aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvar Refsdal <ivar.refsdal@nsd.no>2021-09-23 14:34:27 +0200
committerIvar Refsdal <ivar.refsdal@nsd.no>2021-09-23 14:34:27 +0200
commit109973dc767caae6e36d5d18b63e5cc6dc8ab97d (patch)
tree9a2e28691f826168d5c591c6eaf74cfda2d6ccc3
parentDocument ordering and depends on as well as add license (diff)
downloadfiinha-109973dc767caae6e36d5d18b63e5cc6dc8ab97d.tar.gz
fiinha-109973dc767caae6e36d5d18b63e5cc6dc8ab97d.tar.xz
Small fix
-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!)