fixed typo
This commit is contained in:
parent
e6064af9fb
commit
7ecdf75d0d
|
@ -125,7 +125,7 @@ native SQL_IsNull(Handle:query, column);
|
||||||
* SQL_ReadResult(query, 1, num2)
|
* SQL_ReadResult(query, 1, num2)
|
||||||
* SQL_ReadResult(query, 2, str, 31)
|
* SQL_ReadResult(query, 2, str, 31)
|
||||||
*/
|
*/
|
||||||
native SQL_ReadResult(Handle:query, column, ...);
|
native SQL_ReadResult(Handle:query, column, {Float,_}...);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user