From: Dan Offord Date: Mon, 20 Jul 2015 16:55:52 +0000 (+0100) Subject: Fix documentation error in upcase X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=939aceffad5c9eafbab336e4e5e7477a97154e41;p=puppet-stdlib.git 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. --- 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|