Browse Source

fix(103 patch): :pencil2: Update patch to reflect changes

Accidentally forgot to add an update in the patch file.
rond 1 year ago
parent
commit
3abefbd402
1 changed files with 2 additions and 2 deletions
  1. 2 2
      patches/patches/103_tokenization.patch

+ 2 - 2
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");