mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
docs: update wrong reference to prior exercise
The comment should reference exercise 109, not 106.
This commit is contained in:
@@ -28,7 +28,7 @@ pub fn main(init: std.process.Init) !void {
|
|||||||
// Get the current working directory
|
// Get the current working directory
|
||||||
const cwd = std.Io.Dir.cwd();
|
const cwd = std.Io.Dir.cwd();
|
||||||
|
|
||||||
// try to open ./output assuming you did your 106_files exercise
|
// try to open ./output assuming you did your 109_files exercise
|
||||||
var output_dir = try cwd.openDir(io, "output", .{});
|
var output_dir = try cwd.openDir(io, "output", .{});
|
||||||
defer output_dir.close(io);
|
defer output_dir.close(io);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user