mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: fix typos (#21089)
This commit is contained in:
parent
9ad84ddc21
commit
f77bb32044
193 changed files with 403 additions and 402 deletions
|
@ -60,7 +60,7 @@ pub fn (ctx &TodoContext) str() string {
|
|||
return 'context.TODO'
|
||||
}
|
||||
|
||||
// todo returns an empty Context. Code should use todo when
|
||||
// TODO: returns an empty Context. Code should use todo when
|
||||
// it's unclear which Context to use or it is not yet available (because the
|
||||
// surrounding function has not yet been extended to accept a Context
|
||||
// parameter).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue