remove one extra break line

This commit is contained in:
Lavrentiy Rubtsov 2022-05-06 20:15:27 +06:00 committed by GitHub
parent 206485fc3a
commit 1402f7006d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,7 +131,6 @@ There are only two limitations:
Also it may be obvious, but still: there can be only one `[[Prototype]]`. An object may not inherit from two others.
```smart header="`__proto__` is a historical getter/setter for `[[Prototype]]`"
It's a common mistake of novice developers not to know the difference between these two.