docs: fix wrong prerequisite in 110_files2.zig

This commit is contained in:
KercyDing
2026-04-20 04:22:21 +08:00
parent 0603b66cc7
commit 5eb9a30abe

View File

@@ -1,6 +1,6 @@
// //
// Prerequisite : // Prerequisite :
// - exercise/106_files.zig, or // - exercise/109_files.zig, or
// - create a file {project_root}/output/zigling.txt // - create a file {project_root}/output/zigling.txt
// with content `It's zigling time!`(18 bytes total) // with content `It's zigling time!`(18 bytes total)
// //