mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Should be 'A convenient,' not 'An convenient'
This commit is contained in:
@@ -393,7 +393,7 @@ _.invoke([[5, 1, 7], [3, 2, 1]], 'sort');
|
|||||||
<p id="pluck">
|
<p id="pluck">
|
||||||
<b class="header">pluck</b><code>_.pluck(list, propertyName)</code>
|
<b class="header">pluck</b><code>_.pluck(list, propertyName)</code>
|
||||||
<br />
|
<br />
|
||||||
An convenient version of what is perhaps the most common use-case for
|
A convenient version of what is perhaps the most common use-case for
|
||||||
<b>map</b>: extracting a list of property values.
|
<b>map</b>: extracting a list of property values.
|
||||||
</p>
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
|
|||||||
Reference in New Issue
Block a user