From 7047ff1c3c871b20e203529984210d13c3862779 Mon Sep 17 00:00:00 2001 From: cgrigis <20282170+cgrigis@users.noreply.github.com> Date: Thu, 25 Jul 2019 10:58:45 +0200 Subject: [PATCH] Minor typo --- docs/natspec-format.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/natspec-format.rst b/docs/natspec-format.rst index 2ba6d2188..5c9d98736 100644 --- a/docs/natspec-format.rst +++ b/docs/natspec-format.rst @@ -12,7 +12,7 @@ This documentation is segmented into developer-focused messages and end-user-fac messages. These messages may be shown to the end user (the human) at the time that they will interact with the contract (i.e. sign a transaction). -It is recommended that Solidity contracts are fully annontated using NatSpec for +It is recommended that Solidity contracts are fully annotated using NatSpec for all public interfaces (everything in the ABI). NatSpec includes the formatting for comments that the smart contract author will