From 85057d588c218d690cb08fcd0395f60f775d450f Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 20 Mar 2016 11:40:34 -0700 Subject: [PATCH] Move "Chaining" section lower. [ci skip] --- lib/fp/template/doc/wiki.jst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/fp/template/doc/wiki.jst b/lib/fp/template/doc/wiki.jst index 75bfecde8..42ae65c3b 100644 --- a/lib/fp/template/doc/wiki.jst +++ b/lib/fp/template/doc/wiki.jst @@ -23,12 +23,6 @@ var object = require('lodash/fp/object'); var extend = require('lodash/fp/extend'); ``` -## Chaining - -The `lodash/fp` module **does not** convert chain sequence methods. See -[Izaak Schroeder’s article](https://medium.com/making-internets/why-using-chain-is-a-mistake-9bc1f80d51ba) -for more details. - ## Mapping Immutable auto-curried iteratee-first data-last methods sound great, but what @@ -93,6 +87,12 @@ There are <%= _.size(mapping.aliasToReal) %> method aliases:
return ' * `_.' + alias + '` is an alias of `_.' + realName + '`'; }).join('\n') %> +## Chaining + +The `lodash/fp` module **does not** convert chain sequence methods. See +[Izaak Schroeder’s article](https://medium.com/making-internets/why-using-chain-is-a-mistake-9bc1f80d51ba) +for more details. + ## Convert Although `lodash/fp` & its method modules come pre-converted, there are times