Fix typo.

This commit is contained in:
David Anderson 2014-06-05 01:25:32 -07:00
parent 36c342fc7b
commit 6a98e40643

View File

@ -733,7 +733,7 @@ functag public SQLTxnSuccess(Handle:db, any:data, numQueries, Handle:results[],
* @param data Data value passed to SQL_ExecuteTransaction(). * @param data Data value passed to SQL_ExecuteTransaction().
* @param numQueries Number of queries executed in the transaction. * @param numQueries Number of queries executed in the transaction.
* @param error Error message. * @param error Error message.
* @param failIndex Index of the query that failed, or -1 if something else. * @param failIndex Index of the query that failed, or -1 if something else.
* @param queryData An array of each data value passed to SQL_AddQuery(). * @param queryData An array of each data value passed to SQL_AddQuery().
* @noreturn * @noreturn
*/ */