Skip to content

Commit 012343b

Browse files
authored
Merge pull request #2990 from Rnbsov/patch-40
remove one extra break line
2 parents e00e87c + 1402f70 commit 012343b

File tree

1 file changed

+0
-1
lines changed
  • 1-js/08-prototypes/01-prototype-inheritance

1 file changed

+0
-1
lines changed

1-js/08-prototypes/01-prototype-inheritance/article.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ There are only two limitations:
131131

132132
Also it may be obvious, but still: there can be only one `[[Prototype]]`. An object may not inherit from two others.
133133

134-
135134
```smart header="`__proto__` is a historical getter/setter for `[[Prototype]]`"
136135
It's a common mistake of novice developers not to know the difference between these two.
137136

0 commit comments

Comments
 (0)