mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
strings: rename Builder.write_b() to Builder.write_byte(), add deprecation (#13313)
This commit is contained in:
parent
7f22ed7935
commit
ceb05b163a
23 changed files with 100 additions and 88 deletions
|
@ -421,7 +421,7 @@ fn html_highlight(code string, tb &ast.Table) string {
|
|||
break
|
||||
}
|
||||
} else {
|
||||
buf.write_b(code[i])
|
||||
buf.write_byte(code[i])
|
||||
i++
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue