Merge pull request #835 from larrylv/fix-typo

Fix typo.
This commit is contained in:
Parker Moore 2013-03-04 02:47:07 -08:00
commit 5dea057db7
1 changed files with 1 additions and 1 deletions

View File

@ -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)