Skip to content

Commit

Permalink
Tuning language
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf committed Sep 26, 2024
1 parent 1cda0fe commit 4c0c3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adr/ADR-47.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Each client must determine how to give messages to the user.
### End of Data

The developer should notify the user when the request has stopped processing
for completion, sentinel or error conditions but maybe not on if the user cancelled or terminates.
for completion, sentinel or error conditions (but maybe not if the user cancelled or terminates.)
Implementation is language specific based on control flow.

Examples would be sending a marker of some sort to a queue, terminating an iterator, returning a collection, erroring.
Expand Down

0 comments on commit 4c0c3bf

Please sign in to comment.