mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
vlib: fix typos and formatting (#19649)
This commit is contained in:
parent
fc2e75503f
commit
f98bb863ab
23 changed files with 152 additions and 154 deletions
|
@ -1052,7 +1052,7 @@ fn test_hex() {
|
|||
assert st1.hex() == '41'.repeat(100)
|
||||
}*/
|
||||
|
||||
fn test_left_shift_precendence() {
|
||||
fn test_left_shift_precedence() {
|
||||
mut arr := []int{}
|
||||
arr << 1 + 1
|
||||
arr << 1 - 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue