aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorire <refsdal.ivar@gmail.com>2025-05-21 13:51:06 +0200
committerire <refsdal.ivar@gmail.com>2025-05-21 13:51:06 +0200
commit1d8da104d694967f4aff99546075829789b65709 (patch)
treefdd18006d6bea96b8f2992ca0c050c1a394e71fd
parentDoc prettier #7 (diff)
downloadfiinha-1d8da104d694967f4aff99546075829789b65709.tar.gz
fiinha-1d8da104d694967f4aff99546075829789b65709.tar.xz
Doc prettier #7
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 35ef8ae..836ed49 100644
--- a/README.md
+++ b/README.md
@@ -459,7 +459,8 @@ Added multicast support for `datomic.api/tx-report-queue`:
; Both my-q1 and my-q2 will receive everything from `datomic.api/tx-report-queue` for the given `conn`
(def my-q3 (yq/get-tx-report-queue-multicast! conn :q-id-3 true))
-; my-q3 specifies the third argument, `send-end-token?`, to true, so it will receive `:end` if the queue is stopped.
+; my-q3 specifies the third argument, `send-end-token?`, to true.
+; The queue will then receive `:end` if the queue is stopped.
; This can enable simpler consuming of queues:
(future
(loop []