diff options
author | Helen Campbell <helen@puppetlabs.com> | 2015-09-23 11:27:48 +0100 |
---|---|---|
committer | Helen Campbell <helen@puppetlabs.com> | 2015-09-23 11:27:48 +0100 |
commit | 92b068ad20b2f3a0a8ef8847eb45124a95c395d9 (patch) | |
tree | abe68587882208414c661bb4a4b8d6e8e4308ce3 /README.markdown | |
parent | cebb9f333f4eb80f9782363ebb50cdabcb95b625 (diff) |
Adding update to empty function readme
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 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` |