summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-12-15 22:35:16 +0100
committerAraq <rumpf_a@web.de>2012-12-15 22:35:16 +0100
commita22c1f444fa76cc06fee1ae31c79986e9c3b459f (patch)
tree2226d8cc4813b7b38988d14309ff603c60ff19c2 /doc
parentc98696d7428346b53c8998bf8fab77fe08830e2e (diff)
downloadNim-a22c1f444fa76cc06fee1ae31c79986e9c3b459f.tar.gz
fixes #271
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/lib.txt4
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.