From bfa21edbaeebd61b356f51a7586da64f8d5d757a Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Mon, 28 Sep 2015 11:12:25 +0100 Subject: (FM-3701) Update README for is_a --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 27dd0a7..f919323 100644 --- a/README.markdown +++ b/README.markdown @@ -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 -- cgit v1.2.3