diff options
| author | Luka Markušić <markusicluka@gmail.com> | 2026-05-31 10:04:08 +0200 |
|---|---|---|
| committer | Luka Markušić <markusicluka@gmail.com> | 2026-05-31 19:10:30 +0200 |
| commit | 1c3238d6197bac9722a2858cfb59716e9c09628b (patch) | |
| tree | 54500ace957fa7aa8cd92b457347b8cf1a22eee3 /exercises/106_tokenization.zig | |
| parent | 000e9448d52deb1334a363bb965fef95199eabea (diff) | |
fix typos
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, |
