File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/puppet/parser/functions Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module Puppet::Parser::Functions
12
12
The stripped string
13
13
14
14
> **Note:** **Deprecated** from Puppet 6.0.0, this function has been replaced with a
15
- built-in [`max `](https://puppet.com/docs/puppet/latest/function.html#max ) function.
15
+ built-in [`lstrip `](https://puppet.com/docs/puppet/latest/function.html#lstrip ) function.
16
16
DOC
17
17
) do |arguments |
18
18
raise ( Puppet ::ParseError , "lstrip(): Wrong number of arguments given (#{ arguments . size } for 1)" ) if arguments . empty?
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ module Puppet::Parser::Functions
14
14
The highest value among those passed in
15
15
16
16
> **Note:** **Deprecated** from Puppet 6.0.0, this function has been replaced with a
17
- built-in [`lstrip `](https://puppet.com/docs/puppet/latest/function.html#lstrip ) function.
17
+ built-in [`max `](https://puppet.com/docs/puppet/latest/function.html#max ) function.
18
18
DOC
19
19
) do |args |
20
20
raise ( Puppet ::ParseError , 'max(): Wrong number of arguments need at least one' ) if args . empty?
You can’t perform that action at this time.
0 commit comments