summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorPaula McMaw <paula@puppet.com>2016-09-14 15:28:35 +0100
committerPaula McMaw <paula@puppet.com>2016-09-14 15:28:35 +0100
commit58111160708546bcbbc4f920c165fbcb47da5a0f (patch)
treef8263ff45417c3a6b87a151264934a0fd9e2a833 /README.markdown
parentdce8d7b194e3f6d9bb24e076c6e835aeb671099a (diff)
Change in readme for numerical string
Diffstat (limited to 'README.markdown')
-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.