Fix typo: out => our

This commit is contained in:
Will Clardy 2021-02-14 09:22:41 -05:00
parent 23832f7f1f
commit 87cc23261a

View file

@ -24,7 +24,7 @@ pub fn main() void {
// Please fix this condition: // Please fix this condition:
if (foo) { if (foo) {
// We want out program to print this message! // We want our program to print this message!
std.debug.print("Foo is 1!\n", .{}); std.debug.print("Foo is 1!\n", .{});
} else { } else {
std.debug.print("Foo is not 1!\n", .{}); std.debug.print("Foo is not 1!\n", .{});