summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-09-01 08:25:43 +0200
committerAndreas Rumpf <rumpf_a@web.de>2017-09-01 08:25:43 +0200
commit7d8ef01e290438e5aa788edcec516cec77355d26 (patch)
tree8edb65e9fffd883b8732ae7baa45f9ed7354f7c2 /doc
parent686a9ae66afca62e0545eccc87f081de972c6fdd (diff)
downloadNim-7d8ef01e290438e5aa788edcec516cec77355d26.tar.gz
update the manual; 'of', 'low' and 'high' can now be overloaded
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/procs.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/procs.txt b/doc/manual/procs.txt
index 1ed12b8cf..6d09ac3f5 100644
--- a/doc/manual/procs.txt
+++ b/doc/manual/procs.txt
@@ -283,8 +283,8 @@ Nonoverloadable builtins
 The following builtin procs cannot be overloaded for reasons of implementation
 simplicity (they require specialized semantic checking)::
 
-  declared, defined, definedInScope, compiles, low, high, sizeOf,
-  is, of, shallowCopy, getAst, astToStr, spawn, procCall
+  declared, defined, definedInScope, compiles, sizeOf,
+  is, shallowCopy, getAst, astToStr, spawn, procCall
 
 Thus they act more like keywords than like ordinary identifiers; unlike a
 keyword however, a redefinition may `shadow`:idx: the definition in