use CamelCase in error type declaration example to be consistent with type identifier convention
This commit is contained in:
parent
a902e6d854
commit
417c87417c
|
@ -79,7 +79,7 @@ be changed in the future.
|
||||||
|
|
||||||
- Exception and Error types should have the "Error" suffix.
|
- Exception and Error types should have the "Error" suffix.
|
||||||
```nimrod
|
```nimrod
|
||||||
type unluckyError = object of E_Base
|
type UnluckyError = object of E_Base
|
||||||
```
|
```
|
||||||
|
|
||||||
- Unless marked with the `{.pure.}` pragma, members of enums should have an
|
- Unless marked with the `{.pure.}` pragma, members of enums should have an
|
||||||
|
|
Loading…
Reference in New Issue