fix typo in docstring error message

This commit is contained in:
iamdefinitelyahuman 2020-03-22 17:15:44 +04:00
parent d55bbd4aa5
commit cae4b7dd0e

View File

@ -153,7 +153,7 @@ void DocStringAnalyser::parseDocStrings(
appendError( appendError(
_node.documentation()->location(), _node.documentation()->location(),
"Documentation tag \"@" + docTag.first + " " + docTag.second.content + "\"" + "Documentation tag \"@" + docTag.first + " " + docTag.second.content + "\"" +
" exceedes the number of return parameters." " exceeds the number of return parameters."
); );
else else
{ {