File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ collection](http://www.scala-lang.org/archives/downloads/distrib/files/nightly/d
1212[ Underscore.js] ( http://underscorejs.org/ )
1313
1414 - Works with arrays and everything implementing interface ` Traversable `
15- - Consistent interface: for functions taking collections and callbacks, first parameter is always the collection, than the callback.
15+ - Consistent interface: for functions taking collections and callbacks, first parameter is always the collection, then the callback.
1616Callbacks are always passed ` $value ` , ` $index ` , ` $collection ` . Strict comparison is the default but can be changed
1717 - Calls 5.3 closures as well as usual callbacks
1818 - All functions reside in namespace ` Functional ` to not raise conflicts with any other extension or library
You can’t perform that action at this time.
0 commit comments