From dd3b90ad43b995e6cf05976862c8252985342afc Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Mon, 5 Mar 2018 05:42:06 +0000 Subject: [PATCH] [Minor] Correct a typo --- lualib/lua_util.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lualib/lua_util.lua b/lualib/lua_util.lua index 1f58953ce..88925aeec 100644 --- a/lualib/lua_util.lua +++ b/lualib/lua_util.lua @@ -250,7 +250,7 @@ exports.spairs = spairs --[[[ -- @function lua_util.disable_module(modname, how) --- Disables a plugin or disables a plugin. +-- Disables a plugin -- @param {string} modname name of plugin to disable -- @param {string} how 'redis' to disable redis, 'config' to disable startup --]] -- 2.39.5