diff options
| author | Paul Ebose <pebose@proton.me> | 2026-02-27 03:38:59 +0100 |
|---|---|---|
| committer | Paul Ebose <pebose@proton.me> | 2026-02-27 03:38:59 +0100 |
| commit | 4aeb7b83b9534042e42c27839db40f2a288feabb (patch) | |
| tree | 697c9e162ecfd9aa777dc10a2f7499e72ca30252 /exercises/103_tokenization.zig | |
| parent | 3ecaa34271da0c0c41926ff604f9419e0b492bb3 (diff) | |
add commas
Diffstat (limited to 'exercises/103_tokenization.zig')
| -rw-r--r-- | exercises/103_tokenization.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/103_tokenization.zig b/exercises/103_tokenization.zig index 972e8e8..7ac56cb 100644 --- a/exercises/103_tokenization.zig +++ b/exercises/103_tokenization.zig @@ -2,7 +2,7 @@ // The functionality of the standard library is becoming increasingly // important in Zig. First of all, it is helpful to take a look at how // the individual functions are implemented. Because this is wonderfully -// suitable as a template for your own functions. In addition these +// suitable as a template for your own functions. In addition, these // standard functions are part of the basic configuration of Zig. // // This means that they are always available on every system. |
