mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: fix typos (#19634)
This commit is contained in:
parent
407adaa3c1
commit
9051ac8921
108 changed files with 235 additions and 214 deletions
|
@ -147,7 +147,7 @@ pub fn get_str_intp_u32_format(fmt_type StrIntpType, in_width int, in_precision
|
|||
return res
|
||||
}
|
||||
|
||||
// convert from struct to formated string
|
||||
// convert from struct to formatted string
|
||||
[manualfree]
|
||||
fn (data &StrIntpData) process_str_intp_data(mut sb strings.Builder) {
|
||||
x := data.fmt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue