Skip to content

Commit

Permalink
(FM-3701) Update README for is_a
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS committed Sep 28, 2015
1 parent 39e81aa commit bfa21ed
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 bfa21ed

Please sign in to comment.