Fix lua doc copypaste error

This commit is contained in:
Pasi Kallinen
2021-02-10 22:06:36 +02:00
parent cc25f40d69
commit da92e0349b
+2 -1
View File
@@ -184,7 +184,8 @@ Returns any errors found when parsing a config file string with parse_config.
Example:
local errors = nh.parse_config("OPTIONS=color\nOPTIONS=!color");
nh.parse_config("OPTIONS=color\nOPTIONS=!color");
local errors = nh.parse_config_errors();
nh.pline("Line: " .. errors[1].line .. ", " .. errors[1].error);