Remove rogue comment delimiter from fp wiki template. [ci skip]

This commit is contained in:
John-David Dalton
2016-03-31 11:35:15 -07:00
parent 5bb899a700
commit e96ee69f1c

View File

@@ -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');