From 70b6e96f95dee409879f7a768d6c74db22a3a635 Mon Sep 17 00:00:00 2001 From: Arron Vinyard Date: Sat, 6 Mar 2021 23:37:48 -0500 Subject: [PATCH] Fix documentation constant reference --- plugins/include/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/functions.inc b/plugins/include/functions.inc index 1bce0526..1e8f9d26 100644 --- a/plugins/include/functions.inc +++ b/plugins/include/functions.inc @@ -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);