diff options
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r-- | docs/markdown/Reference-manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 13a2b2a..03660f5 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1571,7 +1571,7 @@ page](Configuration.md) It has three methods: - `get_unquoted(varname, default_value)` returns the value of `varname` but without surrounding double quotes (`"`). If the value has not been set returns `default_value` if it is defined and errors out if not. - Available since 0.43.0 + Available since 0.44.0 - `has(varname)`, returns `true` if the specified variable is set |