diff --git a/lib/fp/template/doc/wiki.jst b/lib/fp/template/doc/wiki.jst index 4600ab6e0..1e429c476 100644 --- a/lib/fp/template/doc/wiki.jst +++ b/lib/fp/template/doc/wiki.jst @@ -166,7 +166,7 @@ mapValuesWithKey(function(value, key) { // => { 'a': -1, 'b': 1 } ``` -// Manual conversions are also possible with the `convert` module. +Manual conversions are also possible with the `convert` module. ```js var convert = require('lodash/fp/convert');