mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-19 07:21:19 +00:00
Fix container example in manual a bit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user