From 92b068ad20b2f3a0a8ef8847eb45124a95c395d9 Mon Sep 17 00:00:00 2001 From: Helen Campbell Date: Wed, 23 Sep 2015 11:27:48 +0100 Subject: [PATCH] Adding update to empty function readme --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`