summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2026-01-04 14:17:27 +0100
committerChris Boesch <chrboesch@noreply.codeberg.org>2026-01-04 14:17:27 +0100
commitf87097ae54f5b5508f71106354cd18d4cb2dc520 (patch)
tree7c1ef5184fad9964336a80450d5d64b5aa5603fe /patches
parent8791b9440a1b3c726997c671cc9b83d14d389bd4 (diff)
minor typos
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/001_hello.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/patches/001_hello.patch b/patches/patches/001_hello.patch
index c5aacd8..b3f4a22 100644
--- a/patches/patches/001_hello.patch
+++ b/patches/patches/001_hello.patch
@@ -1,5 +1,5 @@
---- exercises/001_hello.zig 2023-10-03 22:15:22.122241138 +0200
-+++ answers/001_hello.zig 2023-10-05 20:04:06.846096282 +0200
+--- exercises/001_hello.zig 2026-01-04 14:04:52.752848018 +0100
++++ answers/001_hello.zig 2026-01-04 14:04:54.209877278 +0100
@@ -16,6 +16,6 @@
//
const std = @import("std");