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