summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2025-08-24 19:30:51 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2025-08-24 19:30:51 +0200
commit0dbe83b20ec71c1be5108a42235220a77f9649a2 (patch)
tree3e2b717dcb956c374cc2135ccf11dae9ef4360b7 /patches
parent4134d4fa6f2a9c0ae7a56cd6a7b2d156d62c0de1 (diff)
parente422e242157494df46b6c0ddbaaa4c2a6a3f1790 (diff)
Merge pull request 'fixes some minor typos' (#300) from i122 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/300
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/106_files.patch4
-rw-r--r--patches/patches/107_files2.patch4
2 files changed, 4 insertions, 4 deletions
diff --git a/patches/patches/106_files.patch b/patches/patches/106_files.patch
index f40a33a..914fe3b 100644
--- a/patches/patches/106_files.patch
+++ b/patches/patches/106_files.patch
@@ -1,5 +1,5 @@
---- exercises/106_files.zig 2025-03-13 15:26:59.532367792 +0200
-+++ answers/106_files.zig 2025-03-14 22:04:52.243435159 +0200
+--- exercises/106_files.zig 2025-08-24 19:23:55.168565003 +0200
++++ answers/106_files.zig 2025-08-24 19:25:37.745597511 +0200
@@ -35,7 +35,7 @@
// by doing nothing
//
diff --git a/patches/patches/107_files2.patch b/patches/patches/107_files2.patch
index 95aaa0c..001337d 100644
--- a/patches/patches/107_files2.patch
+++ b/patches/patches/107_files2.patch
@@ -1,5 +1,5 @@
---- exercises/107_files2.zig 2025-03-13 15:26:59.532367792 +0200
-+++ answers/107_files2.zig 2025-03-14 22:08:35.167953736 +0200
+--- exercises/107_files2.zig 2025-08-24 19:15:17.789371332 +0200
++++ answers/107_files2.zig 2025-08-24 19:17:58.897538288 +0200
@@ -33,7 +33,7 @@
// initialize an array of u8 with all letter 'A'
// we need to pick the size of the array, 64 seems like a good number