aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8078866..3fa26bc 100644
--- a/README.md
+++ b/README.md
@@ -281,7 +281,7 @@ by using the test queue:
[com.github.ivarref.yoltq :as yq]
[com.github.ivarref.yoltq.test-queue :as tq])
-; Enables the virtual queue and disables the threadpool for each test.
+; Enables the test queue and disables the threadpool for each test.
; yq/start! and yq/stop! becomes a no-op.
(use-fixtures :each tq/call-with-virtual-queue!)