Skip to content

Commit

Permalink
docs(protocol): fix typo (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
azrikahar committed Mar 20, 2023
1 parent ed9e179 commit fbb763a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PROTOCOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,11 @@ _The client and the server has already gone through [successful connection initi
<br>**or**
- _Client_ stops the subscription by dispatching a `Complete` message
- _Server_ receives `Complete` message and completes the source stream
- _Client_ ignores all further messages that it recives with this ID
- _Client_ ignores all further messages that it receives with this ID
<br>**or**
- _Server_ dispatches the `Complete` message indicating that the source stream has completed
- **Simultaneously** _client_ stops the subscription by dispatching a `Complete` message
- _Client_ ignores all further messages that it recives with this ID
- _Client_ ignores all further messages that it receives with this ID
- _Server_ ignores the `Complete` message from the client

### Single result operation
Expand Down

0 comments on commit fbb763a

Please sign in to comment.