Merge pull request #8519 from iamdefinitelyahuman/develop

fix typo in docstring error message
This commit is contained in:
chriseth
2020-03-23 20:55:32 +01:00
committed by GitHub
+1 -1
View File
@@ -153,7 +153,7 @@ void DocStringAnalyser::parseDocStrings(
appendError(
_node.documentation()->location(),
"Documentation tag \"@" + docTag.first + " " + docTag.second.content + "\"" +
" exceedes the number of return parameters."
" exceeds the number of return parameters."
);
else
{