From ced38f3fdb4a4eedd8c999c479b80d593dfe2600 Mon Sep 17 00:00:00 2001 From: Araq Date: Wed, 8 Mar 2017 22:56:21 +0100 Subject: [PATCH] udpate channels.nim documentation --- lib/system/channels.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/system/channels.nim b/lib/system/channels.nim index 42096323c7..572f12e848 100644 --- a/lib/system/channels.nim +++ b/lib/system/channels.nim @@ -11,7 +11,7 @@ ## Do not import it directly. To activate thread support you need to compile ## with the ``--threads:on`` command line switch. ## -## **Note:** The current implementation of message passing is slow and does +## **Note:** The current implementation of message passing does ## not work with cyclic data structures. ## **Note:** Channels cannot be passed between threads. Use globals or pass ## them by `ptr`.