summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schmitt <david.schmitt@puppetlabs.com>2015-09-23 11:38:53 +0100
committerDavid Schmitt <david.schmitt@puppetlabs.com>2015-09-23 11:38:53 +0100
commit6bb1c27b99e9ae783afda652c454664c83bbfa61 (patch)
treeabe68587882208414c661bb4a4b8d6e8e4308ce3
parentcebb9f333f4eb80f9782363ebb50cdabcb95b625 (diff)
parent92b068ad20b2f3a0a8ef8847eb45124a95c395d9 (diff)
Merge pull request #530 from HelenCampbell/MODULES-2614
Adding update to empty function readme
-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`