diff options
author | David Schmitt <david.schmitt@puppetlabs.com> | 2015-07-22 11:57:16 +0100 |
---|---|---|
committer | David Schmitt <david.schmitt@puppetlabs.com> | 2015-07-22 11:57:16 +0100 |
commit | dca8bdba59990cb8a3451cd87d0244c92ca94901 (patch) | |
tree | 20b289ee8fce9b39285cbd94bc890b980a14dc94 /README.markdown | |
parent | dde8aa095af5c7caa28c8dd0aa9ea31565482317 (diff) | |
parent | 5c79107863a42a9d347637146f0c0f728f9b92ad (diff) |
Merge pull request #489 from gcmalloc/master
adding support for hash in the size function
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 7eed5d7..eef538a 100644 --- a/README.markdown +++ b/README.markdown @@ -578,7 +578,7 @@ Randomizes the order of a string or array elements. *Type*: rvalue. #### `size` -Returns the number of elements in a string or an array. *Type*: rvalue. +Returns the number of elements in a string, an array or a hash. *Type*: rvalue. #### `sort` |