From 93ef9c5e5cf3c330ac677a771ca79644aa997698 Mon Sep 17 00:00:00 2001 From: Kjell Winblad Date: Wed, 19 Apr 2017 21:10:47 +0200 Subject: [PATCH] Fix small typo (#510) --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.