mirror of
https://codeberg.org/ziglings/exercises.git
synced 2024-12-26 01:20:30 +00:00
Minor case-related changes.
This commit is contained in:
parent
4d4eefa523
commit
33d61cb3c9
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
// by organizing them into directories, which hold files and other directories,
|
// by organizing them into directories, which hold files and other directories,
|
||||||
// thus creating a tree structure that can be navigated.
|
// 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:
|
// with the file system, see the detail documentation here:
|
||||||
//
|
//
|
||||||
// https://ziglang.org/documentation/master/std/#std.fs
|
// https://ziglang.org/documentation/master/std/#std.fs
|
||||||
|
|
Loading…
Reference in a new issue