doc: module names must use snake_case (#7593)
parent
21805ea2a5
commit
905a02ef1a
|
@ -1704,6 +1704,7 @@ fn main() {
|
|||
```
|
||||
|
||||
* Module names should be short, under 10 characters.
|
||||
* Module names must use `snake_case`.
|
||||
* Circular imports are not allowed.
|
||||
* You can have as many .v files in a module as you want.
|
||||
* You can create modules anywhere.
|
||||
|
|
Loading…
Reference in New Issue