use CamelCase in error type declaration example to be consistent with type identifier convention

This commit is contained in:
imran 2014-07-31 20:43:45 -07:00
parent a902e6d854
commit 417c87417c
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ be changed in the future.
- Exception and Error types should have the "Error" suffix.
```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