From efa717b09ef63f4ed5ccf18de9d0ef44aa947be1 Mon Sep 17 00:00:00 2001 From: Danny Tatom Date: Tue, 3 May 2011 17:29:21 -0700 Subject: [PATCH] Should be 'A convenient,' not 'An convenient' --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.