From c834aadca1a4d650d04bb288c269b6cf32c15676 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Thu, 31 May 2018 17:59:39 +0100 Subject: [PATCH] Changed Doc --- FactorioSoftmodManager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FactorioSoftmodManager.lua b/FactorioSoftmodManager.lua index 3dfb0ae0..b477646f 100644 --- a/FactorioSoftmodManager.lua +++ b/FactorioSoftmodManager.lua @@ -146,7 +146,7 @@ Manager.setVerbose = setmetatable( Manager.verbose('Current state is now: "selfInit"; The verbose state is: '..tostring(Manager.setVerbose.selfInit),true) --- An optinal feature that can be used if you dont want to worry about conflicting global paths --- @usage local global = global_manager() -- sets up the global struture +-- @usage local global = Manager.global() -- sets up the global struture -- @usage global{'foo','bar'} -- sets the default value -- @tparam[opt={}] table default the default value of global -- @treturn table the new global table for that module