summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2026-04-13 18:36:22 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2026-04-13 18:36:22 +0200
commitb9cbe199ab257cac447412cd924d4e833a9f7b7b (patch)
tree59a98ca0b793af685faff7b5ed9dca47917dc599 /patches
parent34c3125411f52f30076ef27b5d4b5fb77f89dacc (diff)
parente71175e4f8ab53f5fbce2ef70c11a1a9e9e725e8 (diff)
Merge pull request 'typo' (#394) from typo_async9 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/394
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/093_async9.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/patches/093_async9.patch b/patches/patches/093_async9.patch
index ebdfce2..ad81f00 100644
--- a/patches/patches/093_async9.patch
+++ b/patches/patches/093_async9.patch
@@ -1,5 +1,5 @@
---- exercises/093_async9.zig 2026-04-06 19:26:11.388025362 +0200
-+++ answers/093_async9.zig 2026-04-06 19:18:36.242931688 +0200
+--- exercises/093_async9.zig 2026-04-13 17:55:35.567204530 +0200
++++ answers/093_async9.zig 2026-04-13 18:05:05.636355044 +0200
@@ -43,7 +43,7 @@
// Launch with a guaranteed separate unit of concurrency.
// Which Io method guarantees this?
@@ -8,4 +8,4 @@
+ var future = try io.concurrent(compute, .{io});
defer _ = future.cancel(io);
- // Note: All breaks in this excercise (using sleep)
+ // Note: All breaks in this exercise (using sleep)