Skip to content

Commit

Permalink
Fix simple typo: sream -> stream
Browse files Browse the repository at this point in the history
Closes #228
  • Loading branch information
timgates42 committed Feb 11, 2020
1 parent 57451b8 commit 20f71e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/protocol.md
Expand Up @@ -231,7 +231,7 @@ FIXME we should rather standardize about the basic introspection calls.
At the protocol level, streaming is straightforward. When a server wants
to stream some data, instead of sending a "OK" message, it sends a "STREAM"
message. The client will know that it needs to keep waiting for more.
At the end of the sream, a "STREAM_DONE" message is expected.
At the end of the stream, a "STREAM_DONE" message is expected.

Formal definitions follow.

Expand Down

0 comments on commit 20f71e0

Please sign in to comment.