Skip to content

Commit f1aa016

Browse files
committed
Fix
1 parent 87177e1 commit f1aa016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hooks/plugin.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ end
556556
-- @string path Path to the plugin's folder
557557
-- @tab pluginTable Table of the plugin's
558558
-- @usage function PLUGIN:DoPluginIncludes(path, pluginTable)
559-
-- ix.item.LoadFromDir(path .. "/bombs") -- Includes all Lua files from the folder bombs that is located inside the plugin's folder
559+
-- ix.item.LoadFromDir(path .. "/bombs") -- Includes folder bombs that is located inside the plugin's folder.
560560
-- end
561561
function DoPluginIncludes(path, pluginTable)
562562
end

0 commit comments

Comments
 (0)