8000 Cleanup README.md. · lodash/lodash@a67281f · GitHub
[go: up one dir, main page]

Skip to content

Commit a67281f

Browse files
committed
Cleanup README.md.
Former-commit-id: b0d0a22ff427b6a5754e2850e2a420e764a1eb39
1 parent 281475e commit a67281f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ For more information check out these screencasts over Lo-Dash:
2020
## Features
2121

2222
* AMD loader support
23-
* [_.bind](http://lodash.com/docs#_bindfunc--arg1-arg2-) supports *"lazy"* binding
24-
* [_.debounce](http://lodash.com/docs#_debouncefunc-wait-immediate)’ed functions match [_.throttle](http://lodash.com/docs#_throttlefunc-wait)’ed functions’ return value behavior
25-
* [_.forEach](http://lodash.com/docs#_foreachcollection-callback--thisarg) is chainable
26-
* [_.groupBy](http://lodash.com/docs#_groupbycollection-callback--thisarg) accepts a third, `thisArg`, argument
27-
* [_.partial](http://lodash.com/docs#_partialfunc--arg1-arg2-) for more functional fun
28-
* [_.size](http://lodash.com/docs#_sizecollection) supports returning the `length` of string values
23+
* [_.bind](http://lodash.com/docs#bind) supports *"lazy"* binding
24+
* [_.debounce](http://lodash.com/docs#debounce)’ed functions match [_.throttle](http://lodash.com/docs#throttle)’ed functions’ return value behavior
25+
* [_.forEach](http://lodash.com/docs#forEach) is chainable
26+
* [_.groupBy](http://lodash.com/docs#groupBy) accepts a third, `thisArg`, argument
27+
* [_.partial](http://lodash.com/docs#partial) for more functional fun
28+
* [_.size](http://lodash.com/docs#size) supports returning the `length` of string values
2929

3030
## Support
3131

@@ -197,7 +197,7 @@ git submodule update --init
197197

198198
* Added mobile build option
199199
* Ensured `_.find` returns `undefined` for unmatched values
200-
* Ensured `_.templateSettings.variable` Underscore.js compatibility
200+
* Ensured `_.templateSettings.variable` is compatible with Underscore.js
201201
* Optimized `_.escape`
202202
* Reduced dependencies in `_.find`
203203

0 commit comments

Comments
 (0)
0