Merge pull request #7392 from balajipachai/patch-1

Fixed a typo
This commit is contained in:
chriseth 2019-09-10 11:55:45 +02:00 committed by GitHub
commit 4452a9b607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -407,7 +407,7 @@ should:
* open on the same line as the declaration
* close on their own line at the same indentation level as the beginning of the
declaration.
* The opening brace should be proceeded by a single space.
* The opening brace should be preceded by a single space.
Yes::
@ -1141,4 +1141,4 @@ 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).
Please see the section about `NatSpec <natspec>`_ for a detailed explanation.
Please see the section about `NatSpec <natspec>`_ for a detailed explanation.