summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorDavid Schmitt <david.schmitt@puppetlabs.com>2015-07-22 11:57:16 +0100
committerDavid Schmitt <david.schmitt@puppetlabs.com>2015-07-22 11:57:16 +0100
commitdca8bdba59990cb8a3451cd87d0244c92ca94901 (patch)
tree20b289ee8fce9b39285cbd94bc890b980a14dc94 /README.markdown
parentdde8aa095af5c7caa28c8dd0aa9ea31565482317 (diff)
parent5c79107863a42a9d347637146f0c0f728f9b92ad (diff)
downloadpuppet-stdlib-dca8bdba59990cb8a3451cd87d0244c92ca94901.tar.gz
puppet-stdlib-dca8bdba59990cb8a3451cd87d0244c92ca94901.tar.bz2
Merge pull request #489 from gcmalloc/master
adding support for hash in the size function
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
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`