summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorHelen Campbell <helen@puppetlabs.com>2015-09-23 11:27:48 +0100
committerHelen Campbell <helen@puppetlabs.com>2015-09-23 11:27:48 +0100
commit92b068ad20b2f3a0a8ef8847eb45124a95c395d9 (patch)
treeabe68587882208414c661bb4a4b8d6e8e4308ce3 /README.markdown
parentcebb9f333f4eb80f9782363ebb50cdabcb95b625 (diff)
downloadpuppet-stdlib-92b068ad20b2f3a0a8ef8847eb45124a95c395d9.tar.gz
puppet-stdlib-92b068ad20b2f3a0a8ef8847eb45124a95c395d9.tar.bz2
Adding update to empty function readme
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 1cf7b32..27dd0a7 100644
--- a/README.markdown
+++ b/README.markdown
@@ -224,7 +224,7 @@ Converts the case of a string or of all strings in an array to lowercase. *Type*
#### `empty`
-Returns 'true' if the variable is empty. *Type*: rvalue.
+Returns true if the argument is an array or hash that contains no elements, or an empty string. *Type*: rvalue.
#### `ensure_packages`