summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2024-10-28 19:41:59 +0000
committerChris Boesch <chrboesch@noreply.codeberg.org>2024-10-28 19:41:59 +0000
commit71b4f5ea8130432c162de1f230c95d19f43b24a3 (patch)
tree474bc6c3491fc8d693dddda20f647445c7d5c043
parente2b20b3406720b8acb477087ca3060f2c2f48f2b (diff)
parent8f49400aa1caa05ed120e9661287aa2e92da00d3 (diff)
Merge pull request 'Fixed patch from quiz7 after text changes' (#171) from quiz7 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/171
-rw-r--r--patches/patches/058_quiz7.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/patches/058_quiz7.patch b/patches/patches/058_quiz7.patch
index 265b9e3..978fbb1 100644
--- a/patches/patches/058_quiz7.patch
+++ b/patches/patches/058_quiz7.patch
@@ -1,8 +1,8 @@
---- exercises/058_quiz7.zig 2023-10-03 22:15:22.125574535 +0200
-+++ answers/058_quiz7.zig 2023-10-05 20:04:07.106101152 +0200
+--- exercises/058_quiz7.zig 2024-10-28 09:06:49.448505460 +0100
++++ answers/058_quiz7.zig 2024-10-28 09:35:14.631932322 +0100
@@ -192,8 +192,8 @@
// Oops! The hermit forgot how to capture the union values
- // in a switch statement. Please capture both values as
+ // in a switch statement. Please capture each value as
// 'p' so the print statements work!
- .place => print("{s}", .{p.name}),
- .path => print("--{}->", .{p.dist}),