File tree Expand file tree Collapse file tree
lib/puppet/parser/functions Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments