diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-02-27 19:38:15 +0100 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-02-27 19:38:15 +0100 |
| commit | 07031c5daac4291e4d23599a944b84e6b434f9c2 (patch) | |
| tree | 96cdf453757f2146d32bfb8e5c2ebc565af13598 /exercises/103_tokenization.zig | |
| parent | 1813c0ded8293134bef6b24456a120bd33456b40 (diff) | |
| parent | 4aeb7b83b9534042e42c27839db40f2a288feabb (diff) | |
Merge pull request 'add commas' (#364) from pebose/exercises:add-punctuations into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/364
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. |
