innerviewer 9 месяцев назад
Родитель
Сommit
33d61cb3c9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      exercises/106_files.zig

+ 1 - 1
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