mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
examples: fix typos (#18229)
This commit is contained in:
parent
caee3935a5
commit
993546a0a2
28 changed files with 89 additions and 89 deletions
|
@ -76,7 +76,7 @@ fn (tree Tree[T]) min[T]() T {
|
|||
}
|
||||
}
|
||||
|
||||
// delete a value in BST (if nonexistant do nothing)
|
||||
// delete a value in BST (if nonexistent do nothing)
|
||||
fn (tree Tree[T]) delete[T](x T) Tree[T] {
|
||||
return match tree {
|
||||
Empty {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue