Skip to content

Commit bba4576

Browse files
Ogromnyandrewrk
authored andcommitted
Fix typo in documentation
1 parent c8cd614 commit bba4576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/langref.html.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1840,7 +1840,7 @@ const Point = struct {
18401840
y: i32,
18411841
};
18421842

1843-
test "compile-time array initalization" {
1843+
test "compile-time array initialization" {
18441844
assert(fancy_array[4].x == 4);
18451845
assert(fancy_array[4].y == 8);
18461846
}

0 commit comments

Comments
 (0)