From 43ac907186c41abfc5d35b819461fecb6c9d8679 Mon Sep 17 00:00:00 2001 From: Mm2PL Date: Mon, 2 Sep 2024 21:39:34 +0200 Subject: [PATCH] prettier moment --- src/controllers/plugins/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controllers/plugins/README.md b/src/controllers/plugins/README.md index 4962d45d0..0566cfa2a 100644 --- a/src/controllers/plugins/README.md +++ b/src/controllers/plugins/README.md @@ -7,8 +7,8 @@ Most of them live in `src/controllers/plugins/LuaUtilities.hpp`. `lua::StackGuard`, which will abort the program should the stack size not be what you expect. - When possible use `lua::push(lua_State *, T)`, - `lua::peek(lua_State*, T*, StackIdx)` or `lua::pop(lua_State *, T*)` instead - of Lua's APIs directly. + `lua::peek(lua_State*, T*, StackIdx)` or `lua::pop(lua_State *, T*)` instead + of Lua's APIs directly. # Error paths