summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorgcmalloc <gcmalloc@gmail.com>2015-07-21 19:25:27 +0200
committergcmalloc <gcmalloc@gmail.com>2015-07-22 12:11:52 +0200
commit5c79107863a42a9d347637146f0c0f728f9b92ad (patch)
tree20b289ee8fce9b39285cbd94bc890b980a14dc94 /README.markdown
parentdde8aa095af5c7caa28c8dd0aa9ea31565482317 (diff)
downloadpuppet-stdlib-5c79107863a42a9d347637146f0c0f728f9b92ad.tar.gz
puppet-stdlib-5c79107863a42a9d347637146f0c0f728f9b92ad.tar.bz2
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`