Merge pull request #12569 from brunobar79/patch-1

[DOCS] - Add modifiers to the order of layout
This commit is contained in:
Daniel Kirchner 2022-01-21 11:37:44 +01:00 committed by GitHub
commit 96f66a115d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1053,7 +1053,8 @@ Inside each contract, library or interface, use the following order:
1. Type declarations
2. State variables
3. Events
4. Functions
4. Modifiers
5. Functions
.. note::