Skip to content

Commit 96f66a1

Browse files
authored
Merge pull request #12569 from brunobar79/patch-1
[DOCS] - Add modifiers to the order of layout
2 parents 40d3223 + 9a13917 commit 96f66a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/style-guide.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,8 @@ Inside each contract, library or interface, use the following order:
10531053
1. Type declarations
10541054
2. State variables
10551055
3. Events
1056-
4. Functions
1056+
4. Modifiers
1057+
5. Functions
10571058

10581059
.. note::
10591060

0 commit comments

Comments
 (0)