diff --git a/docs/style-guide.rst b/docs/style-guide.rst index 64e76526f..177f4a798 100644 --- a/docs/style-guide.rst +++ b/docs/style-guide.rst @@ -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::