change back to original 'format()' sentence

This commit is contained in:
Gregor Hartmann 2025-12-24 01:06:26 +01:00
parent 8cbce258a6
commit acf8c483ef

View File

@ -13,7 +13,7 @@
// no official documentation for standard library features such
// as string formatting.
//
// Therefore, the comments for the std.Io.Writer.print() function are
// Therefore, the comments for the format() function are
// the only way to definitively learn how to format strings in Zig:
//
// https://codeberg.org/ziglang/zig/src/branch/master/lib/std/Io/Writer.zig#L537