fix 068_comptime3 comment to 'std.Io.Writer.print'

This commit is contained in:
Paul Ebose 2026-02-27 03:51:12 +01:00
parent 3ecaa34271
commit 46cf5e802c
No known key found for this signature in database
GPG Key ID: EF7590319BD845B1

View File

@ -11,7 +11,7 @@
// format string can be checked for errors at compile time rather
// than crashing at runtime.
//
// (The actual formatting is done by std.fmt.format() and it
// (The actual formatting is done by std.Io.Writer.print() and it
// contains a complete format string parser that runs entirely at
// compile time!)
//