diff --git a/docs/style-guide.rst b/docs/style-guide.rst index 242220290..aa2c1c305 100644 --- a/docs/style-guide.rst +++ b/docs/style-guide.rst @@ -1139,6 +1139,6 @@ added looks like the one below:: } } -It is recommended that Solidity contracts are fully annontated using `NatSpec `_ for all public interfaces (everything in the ABI). +It is recommended that Solidity contracts are fully annotated using `NatSpec `_ for all public interfaces (everything in the ABI). Please see the section about `NatSpec `_ for a detailed explanation.