1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

all: replace generic '<>' with '[]' in error messages and comments (#16571)

This commit is contained in:
yuyi
2022-12-02 15:22:48 +08:00
committed by GitHub
parent cbe64cb543
commit f16722596c
28 changed files with 70 additions and 71 deletions

View File

@ -678,7 +678,7 @@ fn test_uname() {
assert u.machine.len > 0
}
// tests for write_file_array and read_file_array<T>:
// tests for write_file_array and read_file_array[T]:
const maxn = 3
struct IntPoint {