Skip to content

Commit 7994f77

Browse files
committed
Fixed typo
1 parent cc49283 commit 7994f77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The library also provides interfaces representing data sources and destinations
2222
In addition to `Buffer`, the library provides an immutable sequence of bytes - `ByteString`.
2323

2424
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`.
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

9696
Thanks 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/)
9999
that served as the foundation for `kotlinx-io` and to [Jesse Wilson](https://github.com/swankjesse),
100100
for the help with `Okio` adaption, his suggestions, assistance and guidance with `kotlinx-io` development.

0 commit comments

Comments
 (0)