diff options
| author | Dave Gauer <[email protected]> | 2021-04-24 21:07:58 -0400 |
|---|---|---|
| committer | Dave Gauer <[email protected]> | 2021-04-24 21:07:58 -0400 |
| commit | 2ecf31daa4ad161bc3c708aa09551c30af246fa0 (patch) | |
| tree | 1bdf4d002de1acc2d2ba0175e1bd1068e01daecb /build.zig | |
| parent | 14c7e733432ab9321e50e75cbf9c56af5aed4a6e (diff) | |
| download | ziglings-2ecf31daa4ad161bc3c708aa09551c30af246fa0.tar.xz ziglings-2ecf31daa4ad161bc3c708aa09551c30af246fa0.zip | |
fixed hint typo
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -268,7 +268,7 @@ const exercises = [_]Exercise{ .{ .main_file = "049_quiz6.zig", .output = "A B C Cv Bv Av", - .hint = "Now you're writting Zig!", + .hint = "Now you're writing Zig!", }, .{ .main_file = "050_no_value.zig", |
