Commit 3b3c9d2081

Karim Mk <mk47blast@protonmail.com>
2024-07-26 22:55:28
Fix typo in init files.
1 parent 5d3a1cf
Changed files (1)
lib
init
lib/init/src/root.zig
@@ -1,6 +1,6 @@
 //! By convention, root.zig is the root source file when making a library. If
 //! you are making an executable, the convention is to delete this file and
-//! start with root.zig instead.
+//! start with main.zig instead.
 const std = @import("std");
 const testing = std.testing;