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 cce3a8830..2736f88fb 100644
--- a/doc/manual/generics.txt
+++ b/doc/manual/generics.txt
@@ -219,7 +219,7 @@ Concepts are written in the following form:
       (x < y) is bool
 
     Container[T] = concept c
-      c.len is ordinal
+      c.len is Ordinal
       items(c) is iterator
       for value in c:
         type(value) is T