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
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.
Thats 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 whats
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