Skip to content

Commit 48b658f

Browse files
author
Helen
committed
Merge pull request puppetlabs#532 from DavidS/fix-is_a-readme
(FM-3701) Update README for is_a
2 parents 39e81aa + bfa21ed commit 48b658f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ Returns an array an intersection of two. For example, `intersection(["a","b","c"
405405

406406
#### `is_a`
407407

408-
Boolean check to determine whether a variable is of a given data type. This is equivalent to the `=~` type checks.
408+
Boolean check to determine whether a variable is of a given data type. This is equivalent to the `=~` type checks. This function is only available in Puppet 4, or when using the "future" parser.
409409

410410
~~~
411411
foo = 3

0 commit comments

Comments
 (0)