Skip to content

Commit 1435d0b

Browse files
BenjaminPaaplstrojny
authored andcommitted
Then instead of than? (lstrojny#177)
Not a native speaker, but shouldn't it be `then` instead of `than`?
1 parent 106f580 commit 1435d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
1616
Callbacks 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

0 commit comments

Comments
 (0)