aboutsummaryrefslogtreecommitdiff
path: root/patches/patches/006_strings.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/patches/006_strings.patch')
-rw-r--r--patches/patches/006_strings.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/patches/006_strings.patch b/patches/patches/006_strings.patch
index 040a73c..7e7465c 100644
--- a/patches/patches/006_strings.patch
+++ b/patches/patches/006_strings.patch
@@ -1,12 +1,12 @@
-22c22
+25c25
< const d: u8 = ziggy[???];
---
> const d: u8 = ziggy[4];
-26c26
+29c29
< const laugh = "ha " ???;
---
> const laugh = "ha " ** 3;
-33c33
+36c36
< const major_tom = major ??? tom;
---
> const major_tom = major ++ " " ++ tom;