Merge pull request #192 from dannytatom/docs-typo

Should be 'A convenient,' not 'An convenient'
This commit is contained in:
Jeremy Ashkenas
2011-05-11 07:42:47 -07:00

View File

@@ -393,7 +393,7 @@ _.invoke([[5, 1, 7], [3, 2, 1]], 'sort');
<p id="pluck">
<b class="header">pluck</b><code>_.pluck(list, propertyName)</code>
<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.
</p>
<pre>