Fixed typo at the end of the file

Changed `annontated` to `annotated`
This commit is contained in:
Balaji Pachai
2019-09-10 15:52:06 +05:30
committed by GitHub
parent ca0b38c8a3
commit 27fb79dc10
+1 -1
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.