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
2222In addition to ` Buffer ` , the library provides an immutable sequence of bytes - ` ByteString ` .
2323
2424Also, 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 ` .
2626
2727` FileSystem ` provides basic operations for working with files and directories.
2828
@@ -95,6 +95,6 @@ kotlinx-io is licensed under the [Apache 2.0 License](LICENSE).
9595
9696Thanks to everyone involved in the project.
9797
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/ )
9999that served as the foundation for ` kotlinx-io ` and to [ Jesse Wilson] ( https://github.com/swankjesse ) ,
100100for 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