| author | |
| committer | |
| log | bba4576281241e8824de3d48b65c55fa1b1d4c9c |
| tree | 269c9c7b38d1a8ecec8c54abeed5d75d4fdb3160 |
| parent | c8cd6145ac2475e298a3d3b2082e1966fda811d5 |
1 files changed, 1 insertions(+), 1 deletions(-)
doc/langref.html.in+1-1| ... | ... | @@ -1840,7 +1840,7 @@ const Point = struct { |
| 1840 | 1840 | y: i32, |
| 1841 | 1841 | }; |
| 1842 | 1842 | |
| 1843 | test "compile-time array initalization" { | |
| 1843 | test "compile-time array initialization" { | |
| 1844 | 1844 | assert(fancy_array[4].x == 4); |
| 1845 | 1845 | assert(fancy_array[4].y == 8); |
| 1846 | 1846 | } |