Fixed typo

This commit is contained in:
Justin Ethier 2017-03-26 16:37:46 -04:00
parent d3939871c8
commit bc53a2a4db

View file

@ -355,7 +355,7 @@ Binary Bit Pattern | Data Type
01 | Integer
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