aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pw_stream/docs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_stream/docs.rst b/pw_stream/docs.rst
index c4484ae14..a4aaeb913 100644
--- a/pw_stream/docs.rst
+++ b/pw_stream/docs.rst
@@ -209,7 +209,7 @@ Reader interfaces
-----------------
.. cpp:class:: Reader : public Stream
- A Stream that supports writing but not reading. The Write() method is hidden.
+ A Stream that supports reading but not writing. The Write() method is hidden.
Use in APIs when:
* Must read from, but not write to, a stream.