Skip to content

Commit

Permalink
Merge pull request #10349 from davidpike7/master
Browse files Browse the repository at this point in the history
[DOC] Grammatical correction to nextObject method in enumerable
  • Loading branch information
mixonic committed Feb 4, 2015
2 parents 0450e47 + 316ad4d commit b2f6ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-runtime/lib/mixins/enumerable.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default Mixin.create({
/**
Implement this method to make your class enumerable.
This method will be call repeatedly during enumeration. The index value
This method will be called repeatedly during enumeration. The index value
will always begin with 0 and increment monotonically. You don't have to
rely on the index value to determine what object to return, but you should
always check the value and start from the beginning when you see the
Expand Down

0 comments on commit b2f6ba6

Please sign in to comment.