diff options
| author | rond <[email protected]> | 2023-10-04 09:12:48 +0200 |
|---|---|---|
| committer | rond <[email protected]> | 2023-10-04 09:12:48 +0200 |
| commit | 3abefbd402e0b0e6556231d3ef5e1b0708154760 (patch) | |
| tree | aa4c9f141180faf90c69bbc69386c5e2433f5901 | |
| parent | 4a3e4474b7790fb721695f04fa6d8e10c3b20b73 (diff) | |
| download | ziglings-3abefbd402e0b0e6556231d3ef5e1b0708154760.tar.xz ziglings-3abefbd402e0b0e6556231d3ef5e1b0708154760.zip | |
fix(103 patch): :pencil2: Update patch to reflect changes
Accidentally forgot to add an update in the patch file.
| -rw-r--r-- | patches/patches/103_tokenization.patch | 4 |
1 files changed, 2 insertions, 2 deletions
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"); |
