mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 14:37:49 +00:00
Add template sentence tweaks from the wiki.
This commit is contained in:
@@ -25,7 +25,7 @@ var extend = require('lodash/fp/extend');
|
||||
|
||||
## Convert
|
||||
|
||||
Although `lodash/fp` & its method modules come pre-converted there are times when
|
||||
Although `lodash/fp` & its method modules come pre-converted, there are times when
|
||||
you may want to convert another lodash package or create a customized conversion.
|
||||
That’s when the `convert` module comes in handy.
|
||||
|
||||
@@ -72,9 +72,9 @@ filter(function(value, index) {
|
||||
|
||||
## Mapping
|
||||
|
||||
Immutable auto-curried iteratee-first data-last methods sound great, but what’s
|
||||
that really mean for each method? Below is a breakdown of the mapping used to
|
||||
convert each method.
|
||||
Immutable auto-curried iteratee-first data-last methods sound great, but what
|
||||
does that really mean for each method? Below is a breakdown of the mapping used
|
||||
to convert each method.
|
||||
|
||||
#### Capped Iteratee Arguments
|
||||
|
||||
|
||||
Reference in New Issue
Block a user