From: Paul Tötterman Date: Thu, 30 Aug 2012 10:40:12 +0000 (+0300) Subject: Fix some logical inconsistencies in README X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4169e7722489b014eadd68a6c14c9084b508fa08;p=puppet-stdlib.git Fix some logical inconsistencies in README --- diff --git a/README.markdown b/README.markdown index d66d6f0..e38af43 100644 --- a/README.markdown +++ b/README.markdown @@ -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