From 29eb4e4647e16ea40df2e0321cfada96ff52ce1b Mon Sep 17 00:00:00 2001 From: Arkshine Date: Thu, 7 Aug 2014 01:18:45 +0200 Subject: [PATCH] Fix documentation. --- plugins/include/textparse_ini.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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