Skip to content

Commit 93e387e

Browse files
committed
Fixed typo
1 parent cc49283 commit 93e387e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)