Fix minor typo (#1109)

This commit is contained in:
Dom Williams
2017-12-04 13:24:47 +00:00
committed by Nikolay Igotti
parent 05179971c1
commit a3c4e57434
+1 -1
View File
@@ -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