Skip to content

Commit 8796c63

Browse files
committed
Docs changes
1 parent 3e19e09 commit 8796c63

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@ Converts the case of a string or of all strings in an array to lowercase.
11631163

11641164
#### `empty`
11651165

1166-
**Deprecated. Puppet 5.5.0 has introduced an inbuilt `empty` function, that will take precedence over the stdlib function. See [Puppet 5.5.0 Release Notes](https://puppet.com/docs/puppet/5.5/release_notes.html#new-features).**
1166+
**Deprecated. Puppet 5.5.0 has introduced a built in `empty` function, which will take precedence over the stdlib function. See [Puppet 5.5.0 Release Notes](https://puppet.com/docs/puppet/5.5/release_notes.html#new-features).**
11671167

11681168
Returns `true` if the argument is an array or hash that contains no elements, or an empty string. Returns `false` when the argument is a numerical value.
11691169

@@ -1276,7 +1276,7 @@ fact('vmware."VRA.version"')
12761276

12771277
#### `flatten`
12781278

1279-
**Deprecated. Puppet 5.5.0 has introduced an inbuilt `flatten` function, that will take precedence over the stdlib function. See [Puppet 5.5.0 Release Notes](https://puppet.com/docs/puppet/5.5/release_notes.html#new-features).**
1279+
**Deprecated. Puppet 5.5.0 has introduced a built in `flatten` function, which will take precedence over the stdlib function. See [Puppet 5.5.0 Release Notes](https://puppet.com/docs/puppet/5.5/release_notes.html#new-features).**
12801280

12811281
Flattens deeply nested arrays and returns a single flat array as a result.
12821282

@@ -1635,7 +1635,7 @@ Returns `true` if the variable passed to this function is a string.
16351635

16361636
#### `join`
16371637

1638-
**Deprecated. Puppet 5.5.0 has introduced an inbuilt `join` function, that will take precedence over the stdlib function. See [Puppet 5.5.0 Release Notes](https://puppet.com/docs/puppet/5.5/release_notes.html#new-features).**
1638+
**Deprecated. Puppet 5.5.0 has introduced a built in `join` function, which will take precedence over the stdlib function. See [Puppet 5.5.0 Release Notes](https://puppet.com/docs/puppet/5.5/release_notes.html#new-features).**
16391639

16401640
Joins an array into a string using a separator. For example, `join(['a','b','c'], ",")` results in: "a,b,c".
16411641

@@ -1653,15 +1653,15 @@ For example, `join_keys_to_values({'a'=>1,'b'=>[2,3]}, " is ")` results in ["a i
16531653

16541654
#### `keys`
16551655

1656-
**Deprecated. Puppet 5.5.0 has introduced an inbuilt `keys` function, that will take precedence over the stdlib function. See [Puppet 5.5.0 Release Notes](https://puppet.com/docs/puppet/5.5/release_notes.html#new-features).**
1656+
**Deprecated. Puppet 5.5.0 has introduced a built in `keys` function, which will take precedence over the stdlib function. See [Puppet 5.5.0 Release Notes](https://puppet.com/docs/puppet/5.5/release_notes.html#new-features).**
16571657

16581658
Returns the keys of a hash as an array.
16591659

16601660
*Type*: rvalue.
16611661

16621662
#### `length`
16631663

1664-
**Deprecated. Puppet 5.5.0 has introduced an inbuilt `length` function, that will take precedence over the stdlib function. See [Puppet 5.5.0 Release Notes](https://puppet.com/docs/puppet/5.5/release_notes.html#new-features).**
1664+
**Deprecated. Puppet 5.5.0 has introduced a built in `length` function, which will take precedence over the stdlib function. See [Puppet 5.5.0 Release Notes](https://puppet.com/docs/puppet/5.5/release_notes.html#new-features).**
16651665

16661666
Returns the length of a given string, array or hash. Replaces the deprecated `size()` function.
16671667

@@ -2784,7 +2784,7 @@ validate_x509_rsa_key_pair($cert, $key)
27842784

27852785
#### `values`
27862786

2787-
**Deprecated. Puppet 5.5.0 has introduced an inbuilt `values` function, that will take precedence over the stdlib function. See [Puppet 5.5.0 Release Notes](https://puppet.com/docs/puppet/5.5/release_notes.html#new-features).**
2787+
**Deprecated. Puppet 5.5.0 has introduced a built in `values` function, which will take precedence over the stdlib function. See [Puppet 5.5.0 Release Notes](https://puppet.com/docs/puppet/5.5/release_notes.html#new-features).**
27882788

27892789
Returns the values of a given hash.
27902790

0 commit comments

Comments
 (0)