summaryrefslogtreecommitdiff
path: root/exercises/103_tokenization.zig
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2026-02-27 19:54:41 +0100
committerChris Boesch <chrboesch@noreply.codeberg.org>2026-02-27 19:54:41 +0100
commit1be6fcd7dbe30feba917389a789b592007d3fbc2 (patch)
tree6b59a3e9335ab3dce2ca9a7bf185f98f9710a218 /exercises/103_tokenization.zig
parentd5fdfe708c4ae22c4822a046c54d01f298ae0b11 (diff)
parent7d03b8464d29051e3269a810cc9670c190dab165 (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 'exercises/103_tokenization.zig')
-rw-r--r--exercises/103_tokenization.zig3
1 files changed, 1 insertions, 2 deletions
diff --git a/exercises/103_tokenization.zig b/exercises/103_tokenization.zig
index 7ac56cb..d0abb5c 100644
--- a/exercises/103_tokenization.zig
+++ b/exercises/103_tokenization.zig
@@ -24,8 +24,7 @@
// suited to understand the basic principles.
//
// In the following exercises we will also read and process data from
-// large files and at the latest then it will be clear to everyone how
-// useful all this is.
+// large files, it will then be clearer to you how useful all this is.
//
// Let's start with the analysis of the example from the Zig homepage
// and explain the most important things.