mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fix typo in docstring error message
This commit is contained in:
parent
d55bbd4aa5
commit
cae4b7dd0e
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user