Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpods committed Jan 24, 2015
2 parents bf279a9 + d7125a8 commit 5ed4087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ var negativeTree = tree.map(function(value, key, tree) {

All methods bellow returns iterators conforming to [ES6 iterator protocol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/The_Iterator_protocol#The_.22iterator.22_protocol)

###Sybmol.iterator###
###Symbol.iterator###

Realizes iterator interfaces for binary search tree.
Makes it possible to use the tree in `for of` loop.
Expand Down

0 comments on commit 5ed4087

Please sign in to comment.