Skip to content

Commit d1f6c5c

Browse files
committed
Merge pull request #496 from pizzaops/master
Remove colorful language from module.
2 parents ebf7348 + aca2912 commit d1f6c5c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ Validates that the first argument is an integer (or an array of integers). Abort
889889

890890
* Plus all of the above, but any combination of values passed as strings ('false' or "false").
891891
* Plus all of the above, but with incorrect combinations of negative integer values.
892-
* Plus all of the above, but with non-integer crap in arrays or maximum / minimum argument.
892+
* Plus all of the above, but with non-integer items in arrays or maximum / minimum argument.
893893

894894
*Type*: statement.
895895

lib/puppet/parser/functions/validate_integer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module Puppet::Parser::Functions
4949
5050
Plus all of the above, but any combination of values passed as strings ('false' or "false").
5151
Plus all of the above, but with incorrect combinations of negative integer values.
52-
Plus all of the above, but with non-integer crap in arrays or maximum / minimum argument.
52+
Plus all of the above, but with non-integer items in arrays or maximum / minimum argument.
5353
5454
ENDHEREDOC
5555

0 commit comments

Comments
 (0)