We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cefc245 commit 8abb93eCopy full SHA for 8abb93e
doc/prototype.md
@@ -96,7 +96,7 @@ other built in prototypes.
96
97
This technique is called [monkey patching][1] and breaks *encapsulation*. While
98
used by widely spread frameworks such as [Prototype][2], there is still no good
99
-reason for cluttering built in types with additional *non-standard* functionality.
+reason for cluttering built-in types with additional *non-standard* functionality.
100
101
The **only** good reason for extending a built-in prototype is to backport
102
the features of newer JavaScript engines; for example,
0 commit comments