fix(103 patch): ✏️ Update patch to reflect changes

Accidentally forgot to add an update in the patch file.
pull/5/head
rond 12 months ago
parent 4a3e4474b7
commit 3abefbd402
No known key found for this signature in database
GPG Key ID: CEE7CC29AA15257E

@ -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…
Cancel
Save