From 572060aedc37f913cccac478f33ed5ca7eefc6cf Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 4 May 2016 17:17:01 -0700 Subject: [PATCH] Update fp description. [ci skip] --- lib/fp/template/doc/wiki.jst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/fp/template/doc/wiki.jst b/lib/fp/template/doc/wiki.jst index 188302fb9..095eda604 100644 --- a/lib/fp/template/doc/wiki.jst +++ b/lib/fp/template/doc/wiki.jst @@ -1,7 +1,9 @@ ## lodash/fp -The `lodash/fp` module is an instance of `lodash` with its methods wrapped to -produce immutable auto-curried iteratee-first data-last methods. +The `lodash/fp` module promotes a more +[functional programming](https://en.wikipedia.org/wiki/Functional_programming) +(FP) friendly style by exporting an instance of `lodash` with its methods wrapped +to produce immutable auto-curried iteratee-first data-last methods. ## Installation