Fix typo.
This commit is contained in:
parent
3a9ca0a796
commit
035bbdf99f
|
@ -24,7 +24,7 @@ class Hash
|
||||||
# and then the plural key, and handling any nil entries.
|
# and then the plural key, and handling any nil entries.
|
||||||
# +hash+ the hash to read from
|
# +hash+ the hash to read from
|
||||||
# +singular_key+ the singular key
|
# +singular_key+ the singular key
|
||||||
# +plural_key+ the singular key
|
# +plural_key+ the plural key
|
||||||
#
|
#
|
||||||
# Returns an array
|
# Returns an array
|
||||||
def pluralized_array(singular_key, plural_key)
|
def pluralized_array(singular_key, plural_key)
|
||||||
|
|
Loading…
Reference in New Issue