summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schmitt <david.schmitt@puppet.com>2016-09-14 15:35:29 +0100
committerGitHub <noreply@github.com>2016-09-14 15:35:29 +0100
commit91649b2b4a0103b62b89122e31766ce1cdcd3980 (patch)
treef8263ff45417c3a6b87a151264934a0fd9e2a833
parentdce8d7b194e3f6d9bb24e076c6e835aeb671099a (diff)
parent58111160708546bcbbc4f920c165fbcb47da5a0f (diff)
Merge pull request #652 from pmcmaw/README_numerical_string
Change in readme for numerical string
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 5130f64..667da33 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1437,7 +1437,7 @@ Example:
#### `validate_numeric`
-Validates that the first argument is a numeric value (or an array of numeric values). Aborts catalog compilation if any of the checks fail.
+Validates that the first argument is a numeric value (or an array or string of numeric values). Aborts catalog compilation if any of the checks fail.
The second argument is optional and passes a maximum. (All elements of) the first argument has to be less or equal to this max.