diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-13 17:56:05 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-13 17:56:05 +0200 |
| commit | 7fcfb60cc414601d407f2d08c9d4cf7b3d38a5d9 (patch) | |
| tree | 2324265be47567b94fe35e6f1a31b6c089b842dc | |
| parent | 34c3125411f52f30076ef27b5d4b5fb77f89dacc (diff) | |
typo
| -rw-r--r-- | exercises/093_async9.zig | 2 |
1 files changed, 1 insertions, 1 deletions
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 {}; |
