diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-05-31 21:12:39 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-05-31 21:12:39 +0200 |
| commit | 8a0077e83b3f53c7bb421ed8369d982d7e6733d4 (patch) | |
| tree | 90998373f3cafc7b6cf8e39ceb7fd5a4428159bf /exercises/106_tokenization.zig | |
| parent | 000e9448d52deb1334a363bb965fef95199eabea (diff) | |
| parent | 7300e870282e049328100d70034b022b1996bfd1 (diff) | |
Merge pull request 'fix typos' (#435) from mark2185/exercises:main into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/435
Diffstat (limited to 'exercises/106_tokenization.zig')
| -rw-r--r-- | exercises/106_tokenization.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/106_tokenization.zig b/exercises/106_tokenization.zig index d0abb5c..10962f5 100644 --- a/exercises/106_tokenization.zig +++ b/exercises/106_tokenization.zig @@ -14,7 +14,7 @@ // exercises. // // A nice example of this has been published on the Zig homepage, -// replacing the somewhat dusty 'Hello world! +// replacing the somewhat dusty 'Hello world!' // // Nothing against 'Hello world!', but it just doesn't do justice // to the elegance of Zig and that's a pity, if someone takes a short, |
