Commit ad2b175d45

Felix Rabe <felix@rabe.io>
2025-05-22 12:50:33
std.log: fix example
1 parent 4315a57
Changed files (1)
lib
lib/std/log.zig
@@ -18,7 +18,7 @@
 //! ```
 //! const std = @import("std");
 //!
-//! pub const std_options = .{
+//! pub const std_options: std.Options = .{
 //!     // Set the log level to info
 //!     .log_level = .info,
 //!