chore: fix docs (#40)

This commit is contained in:
Axel Cocat
2022-06-01 20:07:53 +02:00
committed by GitHub
parent 0f58203e23
commit 47de11cca3
2 changed files with 2 additions and 2 deletions

View File

@@ -204,7 +204,7 @@ namespace LuaMap
* Returns a [WorldObject] by its GUID from the map if it is spawned.
*
* @param ObjectGuid guid
* @return WorldObject object
* @return [WorldObject] object
*/
int GetWorldObject(lua_State* L, Map* map)
{