From 0674093c8bb81fd464c355e956a5d6bc240e665f Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Tue, 20 Apr 2021 19:39:07 +0200 Subject: [PATCH] Fix two typos in lua scripting docs --- pdns/recursordist/docs/lua-scripting/features.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.2