summary refs log tree commit diff stats
path: root/doc/manual/generics.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/generics.txt')
-rw-r--r--doc/manual/generics.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/generics.txt b/doc/manual/generics.txt
index a73e22988..07d98b289 100644
--- a/doc/manual/generics.txt
+++ b/doc/manual/generics.txt
@@ -213,7 +213,7 @@ Concepts are written in the following form:
 
     Container[T] = concept c
       c.len is Ordinal
-      items(c) is iterator
+      items(c) is T
       for value in c:
         type(value) is T