diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-02-27 19:09:51 +0100 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-02-27 19:09:51 +0100 |
| commit | c03255063338f28cf452d5968380d18e1b58d13b (patch) | |
| tree | 083c66a4bcf0938f6e9ad54f761a0adf7262ed35 /patches | |
| parent | a83a42528ef2c132678502ef5c375bbcf361121c (diff) | |
| parent | 9db32388e3ffe206353f037a7706677e1719b429 (diff) | |
Merge pull request 'improve comment stating 'Zig 0.10.0' @typeName change' (#370) from pebose/exercises:improve-builtins2-comment-zig-0-10 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/370
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/patches/065_builtins2.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/patches/065_builtins2.patch b/patches/patches/065_builtins2.patch index ad4192b..89fd652 100644 --- a/patches/patches/065_builtins2.patch +++ b/patches/patches/065_builtins2.patch @@ -1,5 +1,5 @@ ---- exercises/065_builtins2.zig 2025-06-17 13:58:07.857258167 +0200 -+++ answers/065_builtins2.zig 2025-06-17 13:56:36.630415938 +0200 +--- exercises/065_builtins2.zig 2026-02-27 13:10:36 ++++ answers/065_builtins2.zig 2026-02-27 13:10:52 @@ -58,7 +58,7 @@ // Oops! We cannot leave the 'me' and 'myself' fields // undefined. Please set them here: |
