Skip to content

Commit 43ed7aa

Browse files
committed
📖 Formatting
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent b91adc9 commit 43ed7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GUIDELINES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Branch names do not matter, and commit messages within a PR are mostly not impor
5252

5353
- The file names of module and mock contracts use the _snake case_ notation (e.g. `my_module.vy` or `my_module_mock.vy`), whilst the 🐍Vyper interface files `.vyi` use the _Pascal case_ notation prefixed with `I` (e.g. `IMyInterface.vyi`).
5454
- The names of `constant`, `immutable`, and state variables, functions, and function parameters use the _snake case_ notation (e.g. `my_function`) if no other notation is enforced via an EIP standard. In particular, `constant` and `immutable` variable names use the _screaming snake case_ notation (e.g. `DEFAULT_CONSTANT`) if no other notation is enforced via an EIP standard.
55-
- `internal` `constant`, `immutable`, state variables, and functions must have an underscore prefix:
55+
- `internal` `constant`, `immutable`, state variables and functions must have an underscore prefix:
5656

5757
```vy
5858
_SUPPORTED_INTERFACES: constant(bytes4[1]) = [0x01FFC9A7]

0 commit comments

Comments
 (0)