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
|
@ -74,7 +74,7 @@ fn (d Decoder) decode_number(mut n ast.Number) ! {
|
|||
pub fn decode_quoted_escapes(mut q ast.Quoted) ! {
|
||||
// Setup a scanner in stack memory for easier navigation.
|
||||
mut eat_whitespace := false
|
||||
// TODO use string builder
|
||||
// TODO: use string builder
|
||||
mut decoded_s := ''
|
||||
// See https://toml.io/en/v1.0.0#string for more info on string types.
|
||||
is_basic := q.quote == `\"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue