mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 19:20:47 -05: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 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
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…
Reference in a new issue