Skip to content

Commit

Permalink
Fix typo in LIBRARIES.md (JetBrains#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt authored and olonho committed Jun 24, 2017
1 parent 73ce434 commit 258be08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LIBRARIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

To produce a library with Kotlin/Native compiler use `-produce library` or `-p library` flag. For example:

$ kotlic foo.kt -p library -o bar
$ kotlinc foo.kt -p library -o bar

the above command will produce a `bar.klib` with compiled contents of `foo.kt`.

Expand Down

0 comments on commit 258be08

Please sign in to comment.