Add template sentence tweaks from the wiki.

This commit is contained in:
John-David Dalton
2016-02-27 10:08:44 -08:00
parent 916431118e
commit 7a69a45ccc

View File

@@ -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.
Thats when the `convert` module comes in handy. Thats 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 whats 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