Prettify comment

This commit is contained in:
Mm2PL 2024-07-13 23:42:02 +02:00
parent 413dc34c47
commit 57fec4d41d
No known key found for this signature in database
GPG key ID: 94AC9B80EFA15ED9

View file

@ -288,7 +288,7 @@ QString toString(lua_State *L, StackIdx idx)
void PeekResult::throwAsLuaError(lua_State *L)
{
// Note that this uses lua buffers to ensure deallocation of the error string
// This uses lua buffers to ensure deallocation of the error string
luaL_Buffer buf;
luaL_buffinit(L, &buf);
bool first = true;