doc: fix ReST markup
This commit is contained in:
parent
bef34e30e7
commit
85c7772f4c
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ inductive Vector (α : Type u) : Nat → Type u
|
|||
| cons : α → Vector α n → Vector α (n+1)
|
||||
|
||||
/-|
|
||||
We can overload the `List.cons` notation `::` and use it to create `Vector`s.
|
||||
We can overload the `List.cons` notation `::` and use it to create `Vector`\ s.
|
||||
-/
|
||||
infix:67 " :: " => Vector.cons
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue