Updated NEP 1 : Style Guide for Nimrod Code (markdown)
This commit is contained in:
parent
9dc3982c23
commit
b10218520d
|
@ -124,7 +124,7 @@ General
|
|||
|
||||
```nimrod
|
||||
type
|
||||
WORDBOOL* = int16 # XXX: not a bool
|
||||
WORDBOOL* = int16
|
||||
CALTYPE* = int
|
||||
CALID* = int
|
||||
CCHAR* = char
|
||||
|
@ -140,7 +140,7 @@ General
|
|||
Correct:
|
||||
```nimrod
|
||||
type
|
||||
WORDBOOL* = int16 # XXX: not a bool
|
||||
WORDBOOL* = int16
|
||||
CALTYPE* = int
|
||||
CALID* = int
|
||||
CCHAR* = char
|
||||
|
|
Loading…
Reference in New Issue