diff --git a/exercises/093_async9.zig b/exercises/093_async9.zig index 4a41544..e7d5f68 100644 --- a/exercises/093_async9.zig +++ b/exercises/093_async9.zig @@ -46,7 +46,7 @@ pub fn main(init: std.process.Init) !void { var future = try io.???(compute, .{io}); defer _ = future.cancel(io); - // Note: All breaks in this excercise (using sleep) + // Note: All breaks in this exercise (using sleep) // are only necessary for a deterministic result. io.sleep(std.Io.Duration.fromMilliseconds(100), .awake) catch {};