From 4aeb7b83b9534042e42c27839db40f2a288feabb Mon Sep 17 00:00:00 2001 From: Paul Ebose Date: Fri, 27 Feb 2026 03:38:59 +0100 Subject: add commas --- exercises/103_tokenization.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exercises/103_tokenization.zig') 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. -- cgit v1.2.3