Skip to content

Commit 8abb93e

Browse files
committed
Add a missing hypen
1 parent cefc245 commit 8abb93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/prototype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ other built in prototypes.
9696

9797
This technique is called [monkey patching][1] and breaks *encapsulation*. While
9898
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.
99+
reason for cluttering built-in types with additional *non-standard* functionality.
100100

101101
The **only** good reason for extending a built-in prototype is to backport
102102
the features of newer JavaScript engines; for example,

0 commit comments

Comments
 (0)