From 035bbdf99f347416ec34fbdea77a49325f9c5ce9 Mon Sep 17 00:00:00 2001 From: larrylv Date: Mon, 4 Mar 2013 14:52:45 +0800 Subject: [PATCH] Fix typo. --- lib/jekyll/core_ext.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll/core_ext.rb b/lib/jekyll/core_ext.rb index dfc5bbf7..1d6b83a1 100644 --- a/lib/jekyll/core_ext.rb +++ b/lib/jekyll/core_ext.rb @@ -24,7 +24,7 @@ class Hash # and then the plural key, and handling any nil entries. # +hash+ the hash to read from # +singular_key+ the singular key - # +plural_key+ the singular key + # +plural_key+ the plural key # # Returns an array def pluralized_array(singular_key, plural_key)