diff --git a/lib/std/debug.zig b/lib/std/debug.zig index 29c0731f4e..b06f4212ae 100644 --- a/lib/std/debug.zig +++ b/lib/std/debug.zig @@ -300,7 +300,8 @@ pub fn unlockStderrWriter() void { } /// Print to stderr, silently returning on failure. Intended for use in "printf -/// debugging". Use `std.log` functions for proper logging. +/// debugging". Use `std.log` functions for proper logging. See `Writer.print` +/// for format string documentation. /// /// Uses a 64-byte buffer for formatted printing which is flushed before this /// function returns.