mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-03-28 21:34:52 +00:00
Merge pull request 'fix 068_comptime3 comment to 'std.Io.Writer.print'' (#371) from pebose/exercises:correct-comptime3-comment into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/371
This commit is contained in:
commit
0785c71532
|
|
@ -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!)
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user