Fix small typo (#510)

This commit is contained in:
Kjell Winblad
2017-04-19 21:10:47 +02:00
committed by Nikolay Igotti
parent ee116b1a91
commit 93ef9c5e5c
+2 -2
View File
@@ -6,5 +6,5 @@ in a package.
Q: How do I create shared library?
A: It is not possible at the moment. Currently Kotlin/Native could be used to produce either
_Kotlin/Native_ own library format, which can be statically linked with application or
or an executable for target.
_Kotlin/Native_ own library format, which can be statically linked with application
or an executable for target.