fixed hint typo

This commit is contained in:
Dave Gauer 2021-04-24 21:07:58 -04:00
parent 2f0f823a73
commit 8dd47f8bcc
1 changed files with 1 additions and 1 deletions

View File

@ -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",