From faf8d07056c4c922bc44f2f970078307c5c04c05 Mon Sep 17 00:00:00 2001 From: Araq Date: Thu, 18 Dec 2014 14:54:05 +0100 Subject: [PATCH] added missing 'not' --- doc/manual/procs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/procs.txt b/doc/manual/procs.txt index a4e0e0bdae..156e96f1b3 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``::