Files
ziglings/patches/patches/103_tokenization.patch
rond 3abefbd402 fix(103 patch): ✏️ Update patch to reflect changes
Accidentally forgot to add an update in the patch file.
2023-10-04 09:12:48 +02:00

5 lines
119 B
Diff

139c139
< var it = std.mem.tokenizeAny(u8, poem, ???);
---
> var it = std.mem.tokenizeAny(u8, poem, " ,;!\n");