doc: fix typo gree -> tree
This commit is contained in:
parent
3cd46888bf
commit
9c72917f5e
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ inductive Tree (β : Type v) where
|
|||
deriving Repr
|
||||
|
||||
/-|
|
||||
The function `contains` returns `true` iff the given gree contains the key `k`.
|
||||
The function `contains` returns `true` iff the given tree contains the key `k`.
|
||||
-/
|
||||
def Tree.contains (t : Tree β) (k : Nat) : Bool :=
|
||||
match t with
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue