mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47: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
|
## 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.
|
you may want to convert another lodash package or create a customized conversion.
|
||||||
That’s when the `convert` module comes in handy.
|
That’s when the `convert` module comes in handy.
|
||||||
|
|
||||||
@@ -72,9 +72,9 @@ filter(function(value, index) {
|
|||||||
|
|
||||||
## Mapping
|
## Mapping
|
||||||
|
|
||||||
Immutable auto-curried iteratee-first data-last methods sound great, but what’s
|
Immutable auto-curried iteratee-first data-last methods sound great, but what
|
||||||
that really mean for each method? Below is a breakdown of the mapping used to
|
does that really mean for each method? Below is a breakdown of the mapping used
|
||||||
convert each method.
|
to convert each method.
|
||||||
|
|
||||||
#### Capped Iteratee Arguments
|
#### Capped Iteratee Arguments
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user