]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Remove colorful language from module.
authorZee Alexander <zee@zee.space>
Thu, 30 Jul 2015 22:11:26 +0000 (15:11 -0700)
committerZee Alexander <zee@zee.space>
Thu, 30 Jul 2015 22:11:26 +0000 (15:11 -0700)
README.markdown
lib/puppet/parser/functions/validate_integer.rb

index 090bb09dae86e2db262333be8c2b2cf2f67434df..9f40e282085953cc5305828babc36a1a68153986 100644 (file)
@@ -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.
 
index 95da0c4effb28c140583d9e477f5ff73f199e42b..a950916b13dcb0b09cf4c27fcd8dff498686fd19 100644 (file)
@@ -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