mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
all: fix typos (#21089)
This commit is contained in:
parent
9ad84ddc21
commit
f77bb32044
193 changed files with 403 additions and 402 deletions
|
@ -320,7 +320,7 @@ fn (mut g Game) get_tetro() {
|
|||
// g.tetro = g.tetros_cache[idx..idx + tetro_size].clone()
|
||||
}
|
||||
|
||||
// TODO mut
|
||||
// TODO: mut
|
||||
fn (mut g Game) drop_tetro() {
|
||||
for i in 0 .. tetro_size {
|
||||
tetro := g.tetro[i]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue