mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-03-28 21:34:52 +00:00
Merge pull request 'improve grammar in 103_tokenization' (#365) from pebose/exercises:improve-grammar into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/365
This commit is contained in:
commit
1be6fcd7db
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--- exercises/103_tokenization.zig 2023-10-05 21:57:23.245974688 +0200
|
||||
+++ answers/103_tokenization.zig 2023-10-05 22:06:08.319119156 +0200
|
||||
@@ -136,7 +136,7 @@
|
||||
--- exercises/103_tokenization.zig 2026-02-27 19:25:11
|
||||
+++ answers/103_tokenization.zig 2026-02-27 19:26:04
|
||||
@@ -134,7 +134,7 @@
|
||||
;
|
||||
|
||||
// now the tokenizer, but what do we need here?
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user