authorgravatar for mk47blast@protonmail.comKarim Mk <mk47blast@protonmail.com> 2024-07-26 21:55:28+01:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-07-26 14:33:59-07:00
log3b3c9d2081118c43311d1af726f575b93a6defdd
treeab703a87ed5e2bb827ad84a029cabeffa4e0a94f
parent5d3a1cfdf576dfc4fc40c3f9f352e0fc613f0fee

Fix typo in init files.


1 files changed, 1 insertions(+), 1 deletions(-)

lib/init/src/root.zig+1-1
......@@ -1,6 +1,6 @@
11//! By convention, root.zig is the root source file when making a library. If
22//! you are making an executable, the convention is to delete this file and
3//! start with root.zig instead.
3//! start with main.zig instead.
44const std = @import("std");
55const testing = std.testing;
66