mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 02:17:48 +00:00
Remove the word "Added" from alias list. [ci skip]
This commit is contained in:
@@ -131,5 +131,5 @@ Methods created to accommodate Lodash’s variadic methods:<br>
|
|||||||
|
|
||||||
There are <%= _.size(mapping.aliasToReal) %> method aliases:<br>
|
There are <%= _.size(mapping.aliasToReal) %> method aliases:<br>
|
||||||
<%= _.map(mapping.aliasToReal, function(realName, alias) {
|
<%= _.map(mapping.aliasToReal, function(realName, alias) {
|
||||||
return ' * Added `_.' + alias + '` as an alias of `_.' + realName + '`';
|
return ' * `_.' + alias + '` is an alias of `_.' + realName + '`';
|
||||||
}).join('\n') %>
|
}).join('\n') %>
|
||||||
|
|||||||
Reference in New Issue
Block a user