Skip to content

Commit

Permalink
Merge pull request #532 from DavidS/fix-is_a-readme
Browse files Browse the repository at this point in the history
(FM-3701) Update README for is_a
  • Loading branch information
Helen committed Sep 28, 2015
2 parents 39e81aa + bfa21ed commit 48b658f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ Returns an array an intersection of two. For example, `intersection(["a","b","c"

#### `is_a`

Boolean check to determine whether a variable is of a given data type. This is equivalent to the `=~` type checks.
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.

~~~
foo = 3
Expand Down

0 comments on commit 48b658f

Please sign in to comment.