Changed Doc

This commit is contained in:
Cooldude2606
2018-05-31 17:59:39 +01:00
parent eaf47f2d6e
commit c834aadca1

View File

@@ -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