fix description of the SQL lua library
This commit is contained in:
parent
e8ef4913e9
commit
e604406f41
|
@ -7,7 +7,7 @@ using System.Collections.Generic;
|
||||||
|
|
||||||
namespace BizHawk.Client.Common
|
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 sealed class SQLLuaLibrary : LuaLibraryBase
|
||||||
{
|
{
|
||||||
public SQLLuaLibrary(Lua lua)
|
public SQLLuaLibrary(Lua lua)
|
||||||
|
|
Loading…
Reference in New Issue