summary refs log tree commit diff stats
path: root/doc/manual.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-03-07 22:28:48 +0100
committerAraq <rumpf_a@web.de>2014-03-07 22:28:48 +0100
commitdd216755ff61901eb0b08c56965f58fcabdf4a0e (patch)
tree56bbf3b8586fcbd7e79cfc008db3b8e05e4c3e2a /doc/manual.txt
parent91d842e1ec070a9ab7f883820bd6244526f5d622 (diff)
parent2cbe46daff73987d819ea0ca4bc6ada919d531d4 (diff)
downloadNim-dd216755ff61901eb0b08c56965f58fcabdf4a0e.tar.gz
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Diffstat (limited to 'doc/manual.txt')
-rw-r--r--doc/manual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.txt b/doc/manual.txt
index 1c6cf6c1d..8c8db7658 100644
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -3481,7 +3481,7 @@ Declarative type classes are written in the following form:
       c.len is ordinal
       items(c) is iterator
       for value in c:
-        type(value) is T
+        value.type is T
 
 The type class will be matched if: