diff --git a/index.html b/index.html index 685706fee..181c0b1f1 100644 --- a/index.html +++ b/index.html @@ -393,7 +393,7 @@ _.invoke([[5, 1, 7], [3, 2, 1]], 'sort');

pluck_.pluck(list, propertyName)
- 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 map: extracting a list of property values.