diff options
author | Paul Tötterman <paul.totterman@iki.fi> | 2012-08-30 13:40:12 +0300 |
---|---|---|
committer | Paul Tötterman <paul.totterman@iki.fi> | 2012-08-30 13:40:12 +0300 |
commit | 4169e7722489b014eadd68a6c14c9084b508fa08 (patch) | |
tree | c4cb4f3678ba547e7c6b5e883d08da8c46fba848 | |
parent | 4e25230dd3899ae117a6b621fc6233cb4b305c5a (diff) | |
download | puppet-stdlib-4169e7722489b014eadd68a6c14c9084b508fa08.tar.gz puppet-stdlib-4169e7722489b014eadd68a6c14c9084b508fa08.tar.bz2 |
Fix some logical inconsistencies in README
-rw-r--r-- | README.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
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 |