diff --git a/patches/patches/103_tokenization.patch b/patches/patches/103_tokenization.patch index 973ffe6..8ed8a5e 100644 --- a/patches/patches/103_tokenization.patch +++ b/patches/patches/103_tokenization.patch @@ -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");