From: Ruben Kerkhof Date: Tue, 20 Apr 2021 17:39:07 +0000 (+0200) Subject: Fix two typos in lua scripting docs X-Git-Tag: dnsdist-1.6.0-rc2~14^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10322%2Fhead;p=thirdparty%2Fpdns.git Fix two typos in lua scripting docs --- diff --git a/pdns/recursordist/docs/lua-scripting/features.rst b/pdns/recursordist/docs/lua-scripting/features.rst index 2000bcd82b..65da2f7cf3 100644 --- a/pdns/recursordist/docs/lua-scripting/features.rst +++ b/pdns/recursordist/docs/lua-scripting/features.rst @@ -2,8 +2,8 @@ Checking available features =========================== .. versionadded:: 4.3.0 -To check if a Lua features is available, consult the global -``pdns_features`` table. This table contains string keys with a values +To check if a Lua feature is available, consult the global +``pdns_features`` table. This table contains string keys with values of type boolean, string or number. If a key is absent the value will evaluate to ``nil``, indicating the feature is not available.