diff options
author | Araq <rumpf_a@web.de> | 2012-12-15 22:35:16 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-12-15 22:35:16 +0100 |
commit | a22c1f444fa76cc06fee1ae31c79986e9c3b459f (patch) | |
tree | 2226d8cc4813b7b38988d14309ff603c60ff19c2 /doc | |
parent | c98696d7428346b53c8998bf8fab77fe08830e2e (diff) | |
download | Nim-a22c1f444fa76cc06fee1ae31c79986e9c3b459f.tar.gz |
fixes #271
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/lib.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index f4d3dde30..a429a8289 100755 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -38,11 +38,11 @@ Core * `threads <threads.html>`_ Nimrod thread support. **Note**: This is part of the system module. Do not - import it explicitely. + import it explicitly. * `channels <channels.html>`_ Nimrod message passing support for threads. **Note**: This is part of the - system module. Do not import it explicitely. + system module. Do not import it explicitly. * `locks <locks.html>`_ Locks and condition variables for Nimrod. |