- Fixed typo in `README.md`

This commit is contained in:
Tristan B. Velloza Kildaire 2023-05-09 09:47:43 +02:00
parent 49ccd2c34a
commit 7b8003b0e8
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ To go along with the streams API we also offer a few implementations of useful s
* Provides a streamable access to a `Socket`
* Note, only works with `SocketType.STREAM`
2. [PipeStream](https://river.dpldocs.info/river.impls.pipe.PipeStream.html)
* Prvodes a streamable access to a pipe pair of file descriptors
* Provides a streamable access to a pipe pair of file descriptors
* Note, only supports POSIX-like systems to far
... see [the rest](https://river.dpldocs.info/river.impls.html);