We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm writing a TypeScript type definition for collections, which means I'm noticing a few flaws in the documentation.
sortedSetLog
some
every
The text was updated successfully, but these errors were encountered:
Thanks. the some and every documentation somehow got swapped, I put them back in 67ad1d8.
I've filed your third issue here: montagejs/collections#96. @kriskowal what do you want to do about the first point?
Sorry, something went wrong.
We can just strike sortedSetLog from the docs.
No branches or pull requests
I'm writing a TypeScript type definition for collections, which means I'm noticing a few flaws in the documentation.
sortedSetLog
method is in the documentation but not implemented. (http://www.collectionsjs.com/method/sorted-set-log)some
has identical documentation toevery
(http://www.collectionsjs.com/method/some)every
(andsome
?) claim to return true or false, but they actually return the last value returned by the callbackThe text was updated successfully, but these errors were encountered: