From 27fb79dc10e70363e6ff9a13d35f260bc44f6a26 Mon Sep 17 00:00:00 2001 From: Balaji Pachai <32358081+balajipachai@users.noreply.github.com> Date: Tue, 10 Sep 2019 15:52:06 +0530 Subject: [PATCH] Fixed typo at the end of the file Changed `annontated` to `annotated` --- docs/style-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/style-guide.rst b/docs/style-guide.rst index 0493b4ffa..7cd8ca49d 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.