From a1e917bac2ca1edcc64ac90fc75197e8a13354e2 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 24 Feb 2016 01:00:30 -0800 Subject: [PATCH] Remove the word "Added" from alias list. [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 90d3b653a..5aeff0854 100644 --- a/lib/fp/template/doc/wiki.jst +++ b/lib/fp/template/doc/wiki.jst @@ -131,5 +131,5 @@ Methods created to accommodate Lodash’s variadic methods:
There are <%= _.size(mapping.aliasToReal) %> method aliases:
<%= _.map(mapping.aliasToReal, function(realName, alias) { - return ' * Added `_.' + alias + '` as an alias of `_.' + realName + '`'; + return ' * `_.' + alias + '` is an alias of `_.' + realName + '`'; }).join('\n') %>