remove extra break lines

This commit is contained in:
Lavrentiy Rubtsov 2022-05-07 14:40:09 +06:00 committed by GitHub
parent 2f56ecf1a7
commit d84ebc2258
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -280,8 +280,6 @@ alert(rabbit.earLength); // 10
*/!*
```
### Overriding class fields: a tricky note
```warn header="Advanced note"