Skip to content

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ogromny authored and andrewrk committed Sep 24, 2020
1 parent c8cd614 commit bba4576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/langref.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit bba4576

Please sign in to comment.