diff options
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/stream.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/stream.rst b/docs/src/stream.rst index 9ec23622..6a704367 100644 --- a/docs/src/stream.rst +++ b/docs/src/stream.rst @@ -45,7 +45,7 @@ Data types `nread` might be 0, which does *not* indicate an error or EOF. This is equivalent to ``EAGAIN`` or ``EWOULDBLOCK`` under ``read(2)``. - The callee is responsible for stopping closing the stream when an error happens + The callee is responsible for stopping/closing the stream when an error happens by calling :c:func:`uv_read_stop` or :c:func:`uv_close`. Trying to read from the stream again is undefined. |