From 79dcf36b318ff494e7f67fdbbe075ba02ecaa1f5 Mon Sep 17 00:00:00 2001 From: Bluub Date: Tue, 15 Jun 2021 17:14:23 +0200 Subject: [PATCH] fix typo --- lib/LuaGate/sources/LuaGate.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/LuaGate/sources/LuaGate.hpp b/lib/LuaGate/sources/LuaGate.hpp index ed5bf73f..dfaa2965 100644 --- a/lib/LuaGate/sources/LuaGate.hpp +++ b/lib/LuaGate/sources/LuaGate.hpp @@ -10,7 +10,7 @@ namespace LuaG class State { private: - //! @”rief Lua state + //! @brief Lua state lua_State *_state; public: //! @brief ctor