mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 13:49:16 +02:00
Fixed typo
This commit is contained in:
parent
24a2b63b7f
commit
59d2a013ef
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ Binary Bit Pattern | Data Type
|
||||||
01 | Integer
|
01 | Integer
|
||||||
10 | Character
|
10 | Character
|
||||||
|
|
||||||
Booleans are potentially another good candidate for values types. But for the time being they are represented in the runtime using pointers to the constants `boolean_t` and `boolean_f`.
|
Booleans are potentially another good candidate for value types. But for the time being they are represented in the runtime using pointers to the constants `boolean_t` and `boolean_f`.
|
||||||
|
|
||||||
### Thread Data Parameter
|
### Thread Data Parameter
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue