]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Fix documentation error in upcase
authorDan Offord <dan.offord@multiplay.co.uk>
Mon, 20 Jul 2015 16:55:52 +0000 (17:55 +0100)
committerDan Offord <dan.offord@multiplay.co.uk>
Mon, 20 Jul 2015 17:00:09 +0000 (18:00 +0100)
The documentation example shows an incorrect response when using the
function, this PR corrects the example to agree with what the function
actually does.

lib/puppet/parser/functions/upcase.rb

index 0226a885c8da9e6350b2397999766e226459c759..44b3bcd6fb96490d11ce381bdcc6661d5e446161 100644 (file)
@@ -12,7 +12,7 @@ Converts a string or an array of strings to uppercase.
 
 Will return:
 
-    ASDF
+    ABCD
   EOS
   ) do |arguments|