Skip to content

Commit

Permalink
fix incorrect doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Feb 7, 2025
1 parent bf15f79 commit 6b59c65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/include/LuaTools.h
Original file line number Diff line number Diff line change
Expand Up @@ -513,9 +513,9 @@ namespace DFHack {namespace Lua {
}
}
/**
* High-level wrappers for CallLuaModuleFunction that automatically suspends the
* core and pushes either an argument vector (i.e. single type variable number) or
* an argument tuple (i.e. fixed number of arguments of various types)
* High-level wrappers for CallLuaModuleFunction that pushes either an argument
* vector (i.e. single type variable number) or an argument tuple (i.e. fixed
* number of arguments of various types)
*/
template<typename... aT>
bool CallLuaModuleFunction(
Expand Down

0 comments on commit 6b59c65

Please sign in to comment.