diff options
author | Dan Offord <dan.offord@multiplay.co.uk> | 2015-07-20 17:55:52 +0100 |
---|---|---|
committer | Dan Offord <dan.offord@multiplay.co.uk> | 2015-07-20 18:00:09 +0100 |
commit | 939aceffad5c9eafbab336e4e5e7477a97154e41 (patch) | |
tree | a0cfe5c6dbe58de4dc40aa5e1c5feee78040ee6b /lib/puppet/parser/functions | |
parent | 1282649b91b482dd547b674f4d52af166a5eab69 (diff) |
Fix documentation error in upcase
The documentation example shows an incorrect response when using the
function, this PR corrects the example to agree with what the function
actually does.
Diffstat (limited to 'lib/puppet/parser/functions')
-rw-r--r-- | lib/puppet/parser/functions/upcase.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/parser/functions/upcase.rb b/lib/puppet/parser/functions/upcase.rb index 0226a88..44b3bcd 100644 --- a/lib/puppet/parser/functions/upcase.rb +++ b/lib/puppet/parser/functions/upcase.rb @@ -12,7 +12,7 @@ Converts a string or an array of strings to uppercase. Will return: - ASDF + ABCD EOS ) do |arguments| |