Fix minor typo (#1109)
This commit is contained in:
committed by
Nikolay Igotti
parent
05179971c1
commit
a3c4e57434
+1
-1
@@ -171,7 +171,7 @@ When using such `klib` in your program the library is linked automatically.
|
||||
|
||||
All supported C types have corresponding representations in Kotlin:
|
||||
|
||||
* Singed, unsigned integral and floating point types are mapped to their
|
||||
* Signed, unsigned integral and floating point types are mapped to their
|
||||
Kotlin counterpart with the same width.
|
||||
* Pointers and arrays are mapped to `CPointer<T>?`.
|
||||
* Enums can be mapped to either Kotlin enum or integral values, depending on
|
||||
|
||||
Reference in New Issue
Block a user