File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ The library also provides interfaces representing data sources and destinations
22
22
In addition to ` Buffer ` , the library provides an immutable sequence of bytes - ` ByteString ` .
23
23
24
24
Also, there's an experimental filesystem support provided by ` kotlinx.io.files ` package.
25
- The package includes ` FileSystem ` interface and its implementation - ` SystemFileSystem ` .
25
+ The package includes ` FileSystem ` interface and its implementation - ` SystemFileSystem ` .
26
26
27
27
` FileSystem ` provides basic operations for working with files and directories.
28
28
@@ -95,6 +95,6 @@ kotlinx-io is licensed under the [Apache 2.0 License](LICENSE).
95
95
96
96
Thanks to everyone involved in the project.
97
97
98
- A honorable mention goes to the developers of [ Okio] ( https://square.github.io/okio/ )
98
+ An honorable mention goes to the developers of [ Okio] ( https://square.github.io/okio/ )
99
99
that served as the foundation for ` kotlinx-io ` and to [ Jesse Wilson] ( https://github.com/swankjesse ) ,
100
100
for the help with ` Okio ` adaption, his suggestions, assistance and guidance with ` kotlinx-io ` development.
You can’t perform that action at this time.
0 commit comments