summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZee Alexander <zee@zee.space>2015-07-30 15:11:26 -0700
committerZee Alexander <zee@zee.space>2015-07-30 15:11:26 -0700
commitaca29129cb0fada02cd4590eba30b560dc08ac64 (patch)
tree6d4742b28e2e1cc8bf391602fab08b177e93a219
parentebf73482e55c827bcb46b7d6b479ae7afd3628af (diff)
downloadpuppet-stdlib-aca29129cb0fada02cd4590eba30b560dc08ac64.tar.gz
puppet-stdlib-aca29129cb0fada02cd4590eba30b560dc08ac64.tar.bz2
Remove colorful language from module.
-rw-r--r--README.markdown2
-rw-r--r--lib/puppet/parser/functions/validate_integer.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 090bb09..9f40e28 100644
--- a/README.markdown
+++ b/README.markdown
@@ -889,7 +889,7 @@ Validates that the first argument is an integer (or an array of integers). Abort
* Plus all of the above, but any combination of values passed as strings ('false' or "false").
* Plus all of the above, but with incorrect combinations of negative integer values.
- * Plus all of the above, but with non-integer crap in arrays or maximum / minimum argument.
+ * Plus all of the above, but with non-integer items in arrays or maximum / minimum argument.
*Type*: statement.
diff --git a/lib/puppet/parser/functions/validate_integer.rb b/lib/puppet/parser/functions/validate_integer.rb
index 95da0c4..a950916 100644
--- a/lib/puppet/parser/functions/validate_integer.rb
+++ b/lib/puppet/parser/functions/validate_integer.rb
@@ -49,7 +49,7 @@ module Puppet::Parser::Functions
Plus all of the above, but any combination of values passed as strings ('false' or "false").
Plus all of the above, but with incorrect combinations of negative integer values.
- Plus all of the above, but with non-integer crap in arrays or maximum / minimum argument.
+ Plus all of the above, but with non-integer items in arrays or maximum / minimum argument.
ENDHEREDOC