Remove colorful language from module.
This commit is contained in:
parent
ebf73482e5
commit
aca29129cb
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue