Skip to content

Commit 9b7bb8f

Browse files
committed
Update docs to account for the latest char => char32_t change.
1 parent 0355c3c commit 9b7bb8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ cbindgen contains the following hardcoded mappings (again completely ignoring na
140140
## std types
141141

142142
* bool => bool
143-
* char => char32_t
143+
* char => uint32_t
144144
* u8 => uint8_t
145145
* u16 => uint16_t
146146
* u32 => uint32_t

0 commit comments

Comments
 (0)