From e96ee69f1c14aaf1b42c3f1a14538129f10f0218 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 31 Mar 2016 11:35:15 -0700 Subject: [PATCH] Remove rogue comment delimiter from fp wiki template. [ci skip] --- lib/fp/template/doc/wiki.jst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');