mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fixed a typo
Changed proceeded to preceded, making the statement grammatically correct.
This commit is contained in:
parent
6596837e45
commit
45d6d4567e
@ -407,7 +407,7 @@ should:
|
|||||||
* open on the same line as the declaration
|
* open on the same line as the declaration
|
||||||
* close on their own line at the same indentation level as the beginning of the
|
* close on their own line at the same indentation level as the beginning of the
|
||||||
declaration.
|
declaration.
|
||||||
* The opening brace should be proceeded by a single space.
|
* The opening brace should be preceded by a single space.
|
||||||
|
|
||||||
Yes::
|
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).
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user