summary refs log tree commit diff stats
path: root/doc/lib.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-08-29 01:14:26 +0200
committerAraq <rumpf_a@web.de>2011-08-29 01:14:26 +0200
commit4839800c228acfe8a5867cb65aa39f6986007a02 (patch)
treea3d11d630f0b1adcee20195d6fd0c0b0cfd5a258 /doc/lib.txt
parent51126779048e5a97f210b4ec31a0db118637fb3b (diff)
downloadNim-4839800c228acfe8a5867cb65aa39f6986007a02.tar.gz
new actors implementation for nimrod; compiler's generics still not up for the task though
Diffstat (limited to 'doc/lib.txt')
-rwxr-xr-xdoc/lib.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lib.txt b/doc/lib.txt
index 7595028db..ddfaaf46c 100755
--- a/doc/lib.txt
+++ b/doc/lib.txt
@@ -35,7 +35,7 @@ Core
   Nimrod thread support. **Note**: This is part of the system module. Do not
   import it explicitely.
 
-* `inboxes <inboxes.html>`_
+* `channels <channels.html>`_
   Nimrod message passing support for threads. **Note**: This is part of the 
   system module. Do not import it explicitely.