mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 22:09:49 +00:00
Fix typo in documentation
This commit is contained in:
parent
c8cd6145ac
commit
bba4576281
@ -1840,7 +1840,7 @@ const Point = struct {
|
||||
y: i32,
|
||||
};
|
||||
|
||||
test "compile-time array initalization" {
|
||||
test "compile-time array initialization" {
|
||||
assert(fancy_array[4].x == 4);
|
||||
assert(fancy_array[4].y == 8);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user