summary refs log tree commit diff stats
path: root/doc/manual/procs.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-12-18 14:54:05 +0100
committerAraq <rumpf_a@web.de>2014-12-18 14:54:05 +0100
commitfaf8d07056c4c922bc44f2f970078307c5c04c05 (patch)
treeb0ca5cc91fbbaaa9e64f961de9bea841102daa01 /doc/manual/procs.txt
parentdd410ab0843b1bb153befa776bd07a6f3def4f25 (diff)
downloadNim-faf8d07056c4c922bc44f2f970078307c5c04c05.tar.gz
added missing 'not'
Diffstat (limited to 'doc/manual/procs.txt')
-rw-r--r--doc/manual/procs.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/procs.txt b/doc/manual/procs.txt
index a4e0e0bda..156e96f1b 100644
--- a/doc/manual/procs.txt
+++ b/doc/manual/procs.txt
@@ -241,7 +241,7 @@ simplicity (they require specialized semantic checking)::
 
 Thus they act more like keywords than like ordinary identifiers; unlike a 
 keyword however, a redefinition may `shadow`:idx: the definition in 
-the ``system`` module. From this list the following should be written in dot
+the ``system`` module. From this list the following should not be written in dot
 notation ``x.f`` since ``x`` cannot be type checked before it gets passed
 to ``f``::