mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #12569 from brunobar79/patch-1
[DOCS] - Add modifiers to the order of layout
This commit is contained in:
commit
96f66a115d
@ -1053,7 +1053,8 @@ Inside each contract, library or interface, use the following order:
|
|||||||
1. Type declarations
|
1. Type declarations
|
||||||
2. State variables
|
2. State variables
|
||||||
3. Events
|
3. Events
|
||||||
4. Functions
|
4. Modifiers
|
||||||
|
5. Functions
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user