summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorDavid Pape <zyzzyxdonta@posteo.de>2025-01-04 21:40:19 +0100
committerDavid Pape <zyzzyxdonta@posteo.de>2025-01-04 21:40:19 +0100
commit26978cb2d388c2990ba9e2658a14edbc42ccce64 (patch)
tree8d00466af9e7314c4e04b44d3581ec8573734dd2 /patches
parent5ed3af57ee908017e12a3ed60478e1e816221d49 (diff)
Fix typo vaild → valid
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/107_files2.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/patches/107_files2.patch b/patches/patches/107_files2.patch
index ebf8a7c..f03a2e8 100644
--- a/patches/patches/107_files2.patch
+++ b/patches/patches/107_files2.patch
@@ -42,7 +42,7 @@
- // can you go here to find a way to read the content?
+ // can you go here to find a way to read the content ?
// https://ziglang.org/documentation/master/std/#std.fs.File
- // hint: you might find two answers that are both vaild in this case
+ // hint: you might find two answers that are both valid in this case
- const bytes_read = zig_read_the_file_or_i_will_fight_you(&content);
+ const bytes_read = try file.read(&content);