Fix documentation constant reference

This commit is contained in:
Arron Vinyard 2021-03-06 23:37:48 -05:00 committed by peace-maker
parent 91a1fd074b
commit 70b6e96f95

View File

@ -353,7 +353,7 @@ native void Call_PushArray(const any[] value, int size);
* @param value Array to push.
* @param size Size of array.
* @param cpflags Whether or not changes should be copied back to the input array.
* See SP_PARAM_* constants for details.
* See SM_PARAM_* constants for details.
* @error Called before a call has been started.
*/
native void Call_PushArrayEx(any[] value, int size, int cpflags);