]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Fix some logical inconsistencies in README
authorPaul Tötterman <paul.totterman@iki.fi>
Thu, 30 Aug 2012 10:40:12 +0000 (13:40 +0300)
committerPaul Tötterman <paul.totterman@iki.fi>
Thu, 30 Aug 2012 10:40:12 +0000 (13:40 +0300)
README.markdown

index d66d6f067bff518e90cea0147796d96f518a4af7..e38af4320c19e5efb210fcd17ac6fc0af83bffe6 100644 (file)
@@ -53,7 +53,7 @@ supports Puppet 2.7.
 abs
 ---
 Returns the absolute value of a number, for example -34.56 becomes 
-34.56. Takes a single integer and float value as an argument.
+34.56. Takes a single integer or float value as an argument.
 
 
 - *Type*: rvalue
@@ -1042,7 +1042,7 @@ Converts a string or an array of strings to uppercase.
 
 Will return:
 
-    ASDF
+    ABCD
 
 
 - *Type*: rvalue