From d24262d4941ecc561c6148eb927a7198b00c97cc Mon Sep 17 00:00:00 2001 From: ntnsndr Date: Wed, 17 Aug 2022 19:57:52 +0000 Subject: [PATCH] small documentation fixes --- modpol_core/modules/defer.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modpol_core/modules/defer.lua b/modpol_core/modules/defer.lua index 41b50d8..df39009 100644 --- a/modpol_core/modules/defer.lua +++ b/modpol_core/modules/defer.lua @@ -13,8 +13,8 @@ defer.data = { --- Config for module -- @field defer_org Name or ID of target org --- @field votes_required Threshold passed on to `consent` --- @field prompt String passed on to `consent` +-- @field approval_module module to use in target org +-- @field prompt String passed on to approval_module defer.config = { approval_module = "consent", defer_org = "Root",