diff options
author | Hunter Haugen <hunter@puppetlabs.com> | 2015-07-30 15:14:23 -0700 |
---|---|---|
committer | Hunter Haugen <hunter@puppetlabs.com> | 2015-07-30 15:14:23 -0700 |
commit | d1f6c5c5538ecfe39161a9ac75aaf6740e927fda (patch) | |
tree | 6d4742b28e2e1cc8bf391602fab08b177e93a219 /README.markdown | |
parent | ebf73482e55c827bcb46b7d6b479ae7afd3628af (diff) | |
parent | aca29129cb0fada02cd4590eba30b560dc08ac64 (diff) |
Merge pull request #496 from pizzaops/master
Remove colorful language from module.
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 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. |