diff options
author | Araq <rumpf_a@web.de> | 2011-08-29 01:14:26 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-08-29 01:14:26 +0200 |
commit | 4839800c228acfe8a5867cb65aa39f6986007a02 (patch) | |
tree | a3d11d630f0b1adcee20195d6fd0c0b0cfd5a258 /doc/lib.txt | |
parent | 51126779048e5a97f210b4ec31a0db118637fb3b (diff) | |
download | Nim-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-x | doc/lib.txt | 2 |
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. |