From 75783b93188b0eab59a13269ab9d36fd2d7e29af Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Mon, 14 Jan 2019 13:59:18 +0100 Subject: [PATCH] fixed standardized (#2519) --- INTEROP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INTEROP.md b/INTEROP.md index 89e9fe9fcc3..620208b609c 100644 --- a/INTEROP.md +++ b/INTEROP.md @@ -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. @@ -722,4 +722,4 @@ fun readData(fd: Int): String { Here we use service function `usePinned`, which pins an object, executes block and unpins it on normal and -exception paths. \ No newline at end of file +exception paths.