From f87097ae54f5b5508f71106354cd18d4cb2dc520 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Sun, 4 Jan 2026 14:17:27 +0100 Subject: minor typos --- exercises/001_hello.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'exercises') diff --git a/exercises/001_hello.zig b/exercises/001_hello.zig index 2d95a10..7f40b92 100644 --- a/exercises/001_hello.zig +++ b/exercises/001_hello.zig @@ -2,8 +2,8 @@ // Oh no, this is supposed to print "Hello world!" but it needs // your help. // -// Zig functions are private by default but the main() function -// should be public. +// Zig functions are private by default, but the main() function +// must be public. // // A function is made public with the "pub" statement like so: // -- cgit v1.2.3