diff --git a/plugins/include/textparse_ini.inc b/plugins/include/textparse_ini.inc index 70dd2711..eb96b532 100644 --- a/plugins/include/textparse_ini.inc +++ b/plugins/include/textparse_ini.inc @@ -110,7 +110,7 @@ native bool:INI_ParseFile(INIParser:handle, const file[], &line = 0, &col = 0); * * public OnParseStart(INIParser:handle) * - - * @param handle Handle to a INI Parse. + * @param handle Handle to an INI Parse structure. * @param func A ParseStart callback. * * @noreturn