mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-06-07 08:14:47 +00:00
fix(103 patch): ✏️ Update patch to reflect changes
Accidentally forgot to add an update in the patch file.
This commit is contained in:
parent
4a3e4474b7
commit
3abefbd402
@ -1,4 +1,4 @@
|
|||||||
139c139
|
139c139
|
||||||
< var it = std.mem.tokenize(u8, poem, ???);
|
< var it = std.mem.tokenizeAny(u8, poem, ???);
|
||||||
---
|
---
|
||||||
> var it = std.mem.tokenize(u8, poem, " ,;!\n");
|
> var it = std.mem.tokenizeAny(u8, poem, " ,;!\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user