improve grammar in 103_tokenization

This commit is contained in:
Paul Ebose 2026-02-27 03:41:27 +01:00
parent 3ecaa34271
commit 9798e80deb
No known key found for this signature in database
GPG Key ID: EF7590319BD845B1

View File

@ -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.