minor typos

This commit is contained in:
Chris Boesch
2026-01-04 14:17:27 +01:00
parent 8791b9440a
commit f87097ae54
3 changed files with 5 additions and 5 deletions

View File

@@ -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:
//