Uppercased the first letter in the type identifiers
This commit is contained in:
parent
58bff71436
commit
ad1c6c3313
|
@ -79,8 +79,8 @@ changed in the future.
|
||||||
|
|
||||||
```nimrod
|
```nimrod
|
||||||
type
|
type
|
||||||
handle = int64 # Will be used most often
|
Handle = int64 # Will be used most often
|
||||||
handleRef = ref handle # Will be used less often
|
HandleRef = ref Handle # Will be used less often
|
||||||
```
|
```
|
||||||
|
|
||||||
- Exception and Error types should have the "Error" suffix.
|
- Exception and Error types should have the "Error" suffix.
|
||||||
|
|
Loading…
Reference in New Issue