This commit is contained in:
IgnacioFDM 2018-07-10 06:57:37 -03:00 committed by Vincent Herbet
parent 42b351127d
commit 66e3fa6db2

View File

@ -239,7 +239,7 @@ native ArraySetString(Array:which, item, const input[]);
native ArrayPushArray(Array:which, const any:input[], size = -1); native ArrayPushArray(Array:which, const any:input[], size = -1);
/** /**
* Creates a new item ath the end of the array and sets the item's single cell * Creates a new item at the end of the array and sets the item's single cell
* value. * value.
* *
* @param which Array handle * @param which Array handle