2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-04-04 08:49:05 +03:00

fixed typo

This commit is contained in:
David Anderson 2006-05-26 22:08:52 +00:00
parent e6064af9fb
commit 7ecdf75d0d

@ -125,7 +125,7 @@ native SQL_IsNull(Handle:query, column);
* SQL_ReadResult(query, 1, num2)
* SQL_ReadResult(query, 2, str, 31)
*/
native SQL_ReadResult(Handle:query, column, ...);
native SQL_ReadResult(Handle:query, column, {Float,_}...);
/**