summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorDavid Schmitt <david.schmitt@puppetlabs.com>2015-09-28 17:11:10 +0100
committerDavid Schmitt <david.schmitt@puppetlabs.com>2015-09-28 17:11:10 +0100
commit76db98120acab12d5aab3adaff6d2aa1d970c1e8 (patch)
tree00140d6f633d63232a3408d85d7e5a42b497b457 /README.markdown
parent48b658fc1c948103eaf04cd10671dd1a6fd61b8c (diff)
parentc7c4d41a8286ab05af65afc1207c8cea4c11ffff (diff)
Merge pull request #533 from HelenCampbell/MODULES-2614-Improved
Modules 2614 improved numeric value handling on empty 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 f919323..d023f23 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 argument is an array or hash that contains no elements, or an empty string. *Type*: rvalue.
+Returns true if the argument is an array or hash that contains no elements, or an empty string. Returns false when the argument is a numerical value. *Type*: rvalue.
#### `ensure_packages`