vlib: fix typos and formatting (#19649)

This commit is contained in:
Turiiya 2023-10-25 10:19:56 +02:00 committed by GitHub
parent fc2e75503f
commit f98bb863ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 152 additions and 154 deletions

View file

@ -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