diff --git a/FAQ.md b/FAQ.md index 142ba164e12..f320614b58c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -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. \ No newline at end of file +_Kotlin/Native_ own library format, which can be statically linked with application +or an executable for target.