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
commit cfeea542b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
{