summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2024-11-09 22:36:35 +0000
committerChris Boesch <chrboesch@noreply.codeberg.org>2024-11-09 22:36:35 +0000
commit8da60edb82b25ac913033b2f0edb63eea212c0d0 (patch)
tree9ead68f01434f11b2bc8efc2eb54f63dc9e80c5f
parent63951df5230966b9ee20f6695d56557b73ccb45a (diff)
parent83e00872b822a853587b7bf75bf481d1fc6724f0 (diff)
Merge pull request 'Minor case-related changes.' (#184) from innerviewer/exercises:fix-consistent-naming-106 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/184
-rw-r--r--exercises/106_files.zig2
-rw-r--r--patches/patches/106_files.patch8
2 files changed, 5 insertions, 5 deletions
diff --git a/exercises/106_files.zig b/exercises/106_files.zig
index f5fd1ac..b224508 100644
--- a/exercises/106_files.zig
+++ b/exercises/106_files.zig
@@ -9,7 +9,7 @@
// by organizing them into directories, which hold files and other directories,
// thus creating a tree structure that can be navigated.
//
-// Fortunately, the Zig standard library provides a simple API for interacting
+// Fortunately, the Zig Standard Library provides a simple API for interacting
// with the file system, see the detail documentation here:
//
// https://ziglang.org/documentation/master/std/#std.fs
diff --git a/patches/patches/106_files.patch b/patches/patches/106_files.patch
index 5eb5a19..89f37ad 100644
--- a/patches/patches/106_files.patch
+++ b/patches/patches/106_files.patch
@@ -1,5 +1,5 @@
---- exercises/106_files.zig 2024-06-17 10:11:53.651439869 +0200
-+++ answers/106_files.zig 2024-06-17 10:21:50.697337653 +0200
+--- exercises/106_files.zig 2024-11-09 20:33:07.455580904 +0100
++++ answers/106_files.zig 2024-11-09 20:33:30.394785215 +0100
@@ -1,22 +1,22 @@
//
// Until now, we've only been printing our output in the console,
@@ -17,9 +17,9 @@
+// by organizing files into directories, which hold files and other directories,
+// thus creating a tree structure for navigating.
//
--// Fortunately, the Zig standard library provides a simple API for interacting
+-// Fortunately, the Zig Standard Library provides a simple API for interacting
-// with the file system, see the detail documentation here:
-+// Fortunately, zig standard library provide a simple api for interacting
++// Fortunately, the Zig Standard Library provide a simple api for interacting
+// with the file system, see the detail documentation here
//
// https://ziglang.org/documentation/master/std/#std.fs