mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 12:07:51 +00:00
fixes the RST in the manual
This commit is contained in:
@@ -63,7 +63,7 @@ The following example shows a generic binary tree can be modelled:
|
||||
for str in preorder(root):
|
||||
stdout.writeLine(str)
|
||||
|
||||
The ``T`` is called a `generic type parameter `:idx:.
|
||||
The ``T`` is called a `generic type parameter`:idx:.
|
||||
|
||||
|
||||
Is operator
|
||||
|
||||
Reference in New Issue
Block a user