Skip to content

Commit

Permalink
fixed standardized (JetBrains#2519)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored and olonho committed Jan 14, 2019
1 parent 1805f31 commit 75783b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INTEROP.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ separate document [OBJC_INTEROP.md](OBJC_INTEROP.md).
## Platform libraries ##

Note that in many cases there's no need to use custom interoperability library creation mechanisms described below,
as for APIs available on the platform standartized bindings called [platform libraries](PLATFORM_LIBS.md)
as for APIs available on the platform standardized bindings called [platform libraries](PLATFORM_LIBS.md)
could be used. For example, POSIX on Linux/macOS platforms, Win32 on Windows platform, or Apple frameworks
on macOS/iOS are available this way.

Expand Down Expand Up @@ -722,4 +722,4 @@ fun readData(fd: Int): String {
</div>
Here we use service function `usePinned`, which pins an object, executes block and unpins it on normal and
exception paths.
exception paths.

0 comments on commit 75783b9

Please sign in to comment.