Small spelling mistake

This commit is contained in:
wert23239 2017-06-26 19:53:53 -04:00
parent d85ef21899
commit 6cc06fc898
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ namespace BizHawk.Client.Common
}
}
[LuaMethodAttributes("readcommand", "Run a SQLite read command which includes Select. Returns all rows into a " +
[LuaMethodAttributes("readcommand", "Run a SQLite read command which includes Select. Returns all rows into a LuaTable." +
"Ex: select * from rewards")]
public dynamic ReadCommand(string query="")
{