Skip to content

Commit 3f3ca2f

Browse files
committed
Fixed module descriptions
1 parent 8afc539 commit 3f3ca2f

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

core/Module.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ fun Message.Companion.fromBson(source: Source): Message {
7575
}
7676
```
7777

78-
# Package kotlinx.io
79-
80-
Core IO primitives.
81-
8278
#### Thread-safety guarantees
8379

8480
Until stated otherwise, types and functions provided by the library are not thread safe.
81+
82+
# Package kotlinx.io
83+
84+
Core IO primitives.

filesystem/Module.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
The module provides experimental files and filesystem support. The API is unstable and will change in the future.
44

5-
# Package kotlinx.io.files
6-
7-
Basic API for working with files.
8-
95
#### Thread-safety guarantees
106

117
Until stated otherwise, types and functions provided by the library are not thread safe.
@@ -14,6 +10,11 @@ Until stated otherwise, types and functions provided by the library are not thre
1410

1511
[//]: <> (TODO: Link to SystemFileSystem doesn't work)
1612
- For JS and Wasm, [kotlinx.io.files.SystemFileSystem] is supported only in the NodeJs environment. Attempts to use it
17-
in the browser environment will result in a runtime error.
13+
in the browser environment will result in a runtime error.
1814
- [#312](https://github.com/Kotlin/kotlinx-io/issues/312) For `wasmWasi` target, directory listing ([kotlinx.io.files.FileSystem.list]) does not work with NodeJS runtime on Windows,
19-
as `fd_readdir` function is [not implemented there](https://github.com/nodejs/node/blob/6f4d6011ea1b448cf21f5d363c44e4a4c56ca34c/deps/uvwasi/src/uvwasi.c#L19).
15+
as `fd_readdir` function is [not implemented there](https://github.com/nodejs/node/blob/6f4d6011ea1b448cf21f5d363c44e4a4c56ca34c/deps/uvwasi/src/uvwasi.c#L19).
16+
17+
# Package kotlinx.io.files
18+
19+
Basic API for working with files.
20+

0 commit comments

Comments
 (0)