From 4c0c3bfab33c27b17dc1cb1c844f68f748aae72b Mon Sep 17 00:00:00 2001 From: scottf Date: Thu, 26 Sep 2024 16:24:28 -0400 Subject: [PATCH] Tuning language --- adr/ADR-47.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adr/ADR-47.md b/adr/ADR-47.md index 2969e15..6a026ee 100644 --- a/adr/ADR-47.md +++ b/adr/ADR-47.md @@ -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.