From eee1cb481c2d409633e9a00852c0fbcfe27079e3 Mon Sep 17 00:00:00 2001 From: Asnivor Date: Sat, 8 Dec 2018 08:47:17 +0000 Subject: [PATCH] Fix Lua documentation - #1389 --- BizHawk.Client.Common/lua/EmuLuaLibrary.GameInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.Common/lua/EmuLuaLibrary.GameInfo.cs b/BizHawk.Client.Common/lua/EmuLuaLibrary.GameInfo.cs index c098594f37..61d2d4afb0 100644 --- a/BizHawk.Client.Common/lua/EmuLuaLibrary.GameInfo.cs +++ b/BizHawk.Client.Common/lua/EmuLuaLibrary.GameInfo.cs @@ -19,7 +19,7 @@ namespace BizHawk.Client.Common public override string Name => "gameinfo"; [LuaMethodExample("local stgamget = gameinfo.getromname( );")] - [LuaMethod("getromname", "returns the path of the currently loaded rom, if a rom is loaded")] + [LuaMethod("getromname", "returns the name of the currently loaded rom, if a rom is loaded")] public string GetRomName() { if (Global.Game != null)