summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Offord <dan.offord@multiplay.co.uk>2015-07-20 17:55:52 +0100
committerDan Offord <dan.offord@multiplay.co.uk>2015-07-20 18:00:09 +0100
commit939aceffad5c9eafbab336e4e5e7477a97154e41 (patch)
treea0cfe5c6dbe58de4dc40aa5e1c5feee78040ee6b
parent1282649b91b482dd547b674f4d52af166a5eab69 (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.
-rw-r--r--lib/puppet/parser/functions/upcase.rb2
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|