mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 23:37:49 +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>
|
||||
<%= _.map(mapping.aliasToReal, function(realName, alias) {
|
||||
return ' * Added `_.' + alias + '` as an alias of `_.' + realName + '`';
|
||||
return ' * `_.' + alias + '` is an alias of `_.' + realName + '`';
|
||||
}).join('\n') %>
|
||||
|
||||
Reference in New Issue
Block a user