Skip to content

Commit

Permalink
Fix typos. (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMYHuang committed Jan 18, 2022
1 parent 64379af commit b5642ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jetstream.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@ message's reply subject. This metadata includes:
should be resent.
- `working()` - informs the server that you are still working on the message
and thus prevent receiving the message again as a redelivery.
- `term()` - specifies that you failed to process the server and instructs the
server to not send it againn (to any consumer).
- `term()` - specifies that you failed to process the message and instructs the
server to not send it again (to any consumer).

If you implement a standard NATS subscription to process your JetStream
messages, you can use `toJsMsg()` to convert a message. Note that subscriptions
Expand Down

0 comments on commit b5642ac

Please sign in to comment.