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
|
||||
type
|
||||
handle = int64 # Will be used most often
|
||||
handleRef = ref handle # Will be used less often
|
||||
Handle = int64 # Will be used most often
|
||||
HandleRef = ref Handle # Will be used less often
|
||||
```
|
||||
|
||||
- Exception and Error types should have the "Error" suffix.
|
||||
|
|
Loading…
Reference in New Issue