diff --git a/exercises/099_formatting.zig b/exercises/099_formatting.zig index 7bc18e6..be16978 100644 --- a/exercises/099_formatting.zig +++ b/exercises/099_formatting.zig @@ -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 //