diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-02-27 19:54:41 +0100 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-02-27 19:54:41 +0100 |
| commit | 1be6fcd7dbe30feba917389a789b592007d3fbc2 (patch) | |
| tree | 6b59a3e9335ab3dce2ca9a7bf185f98f9710a218 /patches | |
| parent | d5fdfe708c4ae22c4822a046c54d01f298ae0b11 (diff) | |
| parent | 7d03b8464d29051e3269a810cc9670c190dab165 (diff) | |
Merge pull request 'improve grammar in 103_tokenization' (#365) from pebose/exercises:improve-grammar into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/365
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/patches/103_tokenization.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/patches/103_tokenization.patch b/patches/patches/103_tokenization.patch index 01d68fc..941ca3b 100644 --- a/patches/patches/103_tokenization.patch +++ b/patches/patches/103_tokenization.patch @@ -1,6 +1,6 @@ ---- exercises/103_tokenization.zig 2023-10-05 21:57:23.245974688 +0200 -+++ answers/103_tokenization.zig 2023-10-05 22:06:08.319119156 +0200 -@@ -136,7 +136,7 @@ +--- exercises/103_tokenization.zig 2026-02-27 19:25:11 ++++ answers/103_tokenization.zig 2026-02-27 19:26:04 +@@ -134,7 +134,7 @@ ; // now the tokenizer, but what do we need here? |
