From c96a5f596acedb44e458ba949c1229740f361cb0 Mon Sep 17 00:00:00 2001 From: LHoG <1476261+lhog@users.noreply.github.com> Date: Mon, 17 Feb 2025 02:00:39 +0100 Subject: [PATCH] Fix the doc in d16496c7253d24a8e6df88b895220a5fd3c376f7 --- rts/Lua/LuaUnsyncedCtrl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rts/Lua/LuaUnsyncedCtrl.cpp b/rts/Lua/LuaUnsyncedCtrl.cpp index efe7f7f7a3..fdb1bd81df 100644 --- a/rts/Lua/LuaUnsyncedCtrl.cpp +++ b/rts/Lua/LuaUnsyncedCtrl.cpp @@ -4209,8 +4209,8 @@ int LuaUnsyncedCtrl::GarbageCollectCtrl(lua_State* L) { /*** @function Spring.SetAutoShowMetal - * @bool autoShow - * @treturn nil + * @param autoShow boolean + * @return nil */ int LuaUnsyncedCtrl::SetAutoShowMetal(lua_State* L) {