Merge pull request #7395 from balajipachai/patch-2

Fixed typo at the end of the file
This commit is contained in:
chriseth 2019-09-10 12:29:49 +02:00 committed by GitHub
commit 57def9e8b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1139,6 +1139,6 @@ added looks like the one below::
}
}
It is recommended that Solidity contracts are fully annontated using `NatSpec <natspec>`_ for all public interfaces (everything in the ABI).
It is recommended that Solidity contracts are fully annotated using `NatSpec <natspec>`_ for all public interfaces (everything in the ABI).
Please see the section about `NatSpec <natspec>`_ for a detailed explanation.