diff --git a/BizHawk.Client.Common/lua/EmuLuaLibrary.SQL.cs b/BizHawk.Client.Common/lua/EmuLuaLibrary.SQL.cs index 119d4d0434..ecf89b7e40 100644 --- a/BizHawk.Client.Common/lua/EmuLuaLibrary.SQL.cs +++ b/BizHawk.Client.Common/lua/EmuLuaLibrary.SQL.cs @@ -7,7 +7,7 @@ using System.Collections.Generic; namespace BizHawk.Client.Common { - [Description("A library for performing standard bitwise operations.")] + [Description("A library for performing SQLite operations.")] public sealed class SQLLuaLibrary : LuaLibraryBase { public SQLLuaLibrary(Lua lua)