aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorire <refsdal.ivar@gmail.com>2025-05-21 14:02:31 +0200
committerire <refsdal.ivar@gmail.com>2025-05-21 14:02:31 +0200
commit8a2aa90c9be5076a1bdc5577d8d6f91117c0f68a (patch)
tree75b5f566b98b68c387b2d54fea25cfa4a821b03d
parentDoc #7 (diff)
downloadfiinha-8a2aa90c9be5076a1bdc5577d8d6f91117c0f68a.tar.gz
fiinha-8a2aa90c9be5076a1bdc5577d8d6f91117c0f68a.tar.xz
Doc #7
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d5875af..7895bc9 100644
--- a/README.md
+++ b/README.md
@@ -459,7 +459,7 @@ 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 optional third argument, `send-end-token?`, to true.
+; my-q3 sets the optional 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