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

Accidentally forgot to add an update in the patch file.
This commit is contained in:
rond 2023-10-04 09:12:48 +02:00
parent 4a3e4474b7
commit 3abefbd402
No known key found for this signature in database
GPG key ID: CEE7CC29AA15257E

View file

@ -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");