diff --git a/lib/pure/streams.nim b/lib/pure/streams.nim index 5eb16a8c17..7d422ff4fe 100644 --- a/lib/pure/streams.nim +++ b/lib/pure/streams.nim @@ -16,9 +16,9 @@ ## stream interface. ## ## .. warning:: Due to the use of `pointer`, the `readData`, `peekData` and -## `writeData` interfaces are not available on the compile-time VM, and must -## be cast from a `ptr string` on the JS backend. However, `readDataStr` is -## available generally in place of `readData`. +## `writeData` interfaces are not available on the compile-time VM, and must +## be cast from a `ptr string` on the JS backend. However, `readDataStr` is +## available generally in place of `readData`. ## ## Basic usage ## ===========