diff options
| author | Paul Ebose <pebose@proton.me> | 2026-02-27 03:41:27 +0100 |
|---|---|---|
| committer | Paul Ebose <pebose@proton.me> | 2026-02-27 03:41:27 +0100 |
| commit | 9798e80deb7c69cf9412a7ab97a9852f4e31ef2c (patch) | |
| tree | 8624520c9675e728bafa2e730dee3fca513e7b8c /exercises | |
| parent | 3ecaa34271da0c0c41926ff604f9419e0b492bb3 (diff) | |
improve grammar in 103_tokenization
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/103_tokenization.zig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/exercises/103_tokenization.zig b/exercises/103_tokenization.zig index 972e8e8..5c88c21 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. |
