montagejs / collections

This package contains JavaScript implementations of common data structures with idiomatic interfaces.
http://www.collectionsjs.com
Other
2.09k stars 185 forks source link

Typo in the documentation for findGreatestLessThan() #235

Open yedeyu opened 4 years ago

yedeyu commented 4 years ago

In this page and this page:

findLGreatestLessThan(value) should be findGreatestLessThan(value).

There is an extra L in findLGreatestLessThan(value).