mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-31 10:22:15 +00:00
Merge pull request #2480 from def-/container
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