Formatting

This commit is contained in:
gregorh 2025-12-24 01:10:39 +01:00
parent acf8c483ef
commit 1c552813d9

View File

@ -13,8 +13,8 @@
// no official documentation for standard library features such
// as string formatting.
//
// Therefore, the comments for the format() function are
// the only way to definitively learn how to format strings in Zig:
// 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
//