summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff McCune <jeff@puppetlabs.com>2012-08-30 09:40:56 -0700
committerJeff McCune <jeff@puppetlabs.com>2012-08-30 09:40:56 -0700
commit87092415fb190ad439e7ab2a0429aef23ff7dff5 (patch)
treec4cb4f3678ba547e7c6b5e883d08da8c46fba848
parent4e25230dd3899ae117a6b621fc6233cb4b305c5a (diff)
parent4169e7722489b014eadd68a6c14c9084b508fa08 (diff)
downloadpuppet-stdlib-87092415fb190ad439e7ab2a0429aef23ff7dff5.tar.gz
puppet-stdlib-87092415fb190ad439e7ab2a0429aef23ff7dff5.tar.bz2
Merge pull request #93 from ptman/patch-1
Fix some logical inconsistencies in README
-rw-r--r--README.markdown4
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