summary refs log tree commit diff stats
path: root/lib/pure/collections/queues.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pure/collections/queues.nim')
-rw-r--r--lib/pure/collections/queues.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/collections/queues.nim b/lib/pure/collections/queues.nim
index 1c0e63ddf..defce657f 100644
--- a/lib/pure/collections/queues.nim
+++ b/lib/pure/collections/queues.nim
@@ -9,7 +9,7 @@
 
 ## Implementation of a queue. The underlying implementation uses a ``seq``.
 ## Note: For inter thread communication use
-## a `TChannel <channels.html>``_ instead.
+## a `TChannel <channels.html>`_ instead.
 
 import math