Merge pull request #2990 from Rnbsov/patch-40

remove one extra break line
This commit is contained in:
Ilya Kantor 2022-05-12 07:24:19 +04:00 committed by GitHub
commit 012343b717
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.