fix description of the SQL lua library

This commit is contained in:
adelikat 2017-06-27 20:26:16 -05:00
parent e8ef4913e9
commit e604406f41
1 changed files with 1 additions and 1 deletions

View File

@ -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)