Update newmenus.inc (#1043)

This commit is contained in:
Rustam Zigandarov 2022-04-05 12:32:55 +05:00 committed by GitHub
parent ec82e3f34c
commit 49a8b959b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@ native menu_create(const title[], const handler[], bool:ml = false);
native menu_makecallback(const function[]);
/**
* Adds an menu to a menu.
* Adds an item to a menu.
*
* @param menu Menu resource identifier.
* @param name Item text to display.