Skip to content

Commit 1cd72a9

Browse files
Fix typo.
1 parent 27c7db3 commit 1cd72a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prototype/lang/enumerable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* objects that act as collections of values. It is a cornerstone of
66
* Prototype.
77
*
8-
* [[Enumerable]] is a _mixin_: a set of methods intended not for standaone
8+
* [[Enumerable]] is a _mixin_: a set of methods intended not for standalone
99
* use, but for incorporation into other objects.
1010
*
1111
* Prototype mixes [[Enumerable]] into several classes. The most visible cases

0 commit comments

Comments
 (0)