Skip to content

Commit 6b59c65

Browse files
committed
fix incorrect doc comment
1 parent bf15f79 commit 6b59c65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/include/LuaTools.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -513,9 +513,9 @@ namespace DFHack {namespace Lua {
513513
}
514514
}
515515
/**
516-
* High-level wrappers for CallLuaModuleFunction that automatically suspends the
517-
* core and pushes either an argument vector (i.e. single type variable number) or
518-
* an argument tuple (i.e. fixed number of arguments of various types)
516+
* High-level wrappers for CallLuaModuleFunction that pushes either an argument
517+
* vector (i.e. single type variable number) or an argument tuple (i.e. fixed
518+
* number of arguments of various types)
519519
*/
520520
template<typename... aT>
521521
bool CallLuaModuleFunction(

0 commit comments

Comments
 (0)