std.log: fix example

This commit is contained in:
Felix Rabe 2025-05-22 12:50:33 +02:00 committed by Alex Rønne Petersen
parent 4315a57233
commit ad2b175d45

View File

@ -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,
//!