authorgravatar for felix@rabe.ioFelix Rabe <felix@rabe.io> 2025-05-22 12:50:33+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-05-24 10:52:56+02:00
logad2b175d45bdfd10fc8a067a7d6c31a09798d9f6
treedbb4e2f5cacd288affbc00d52867bba3d23fcfe2
parent4315a572335baf8a97ea9e1605d143fc94d23376

std.log: fix example


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/log.zig+1-1
...@@ -18,7 +18,7 @@...@@ -18,7 +18,7 @@
18//! ```18//! ```
19//! const std = @import("std");19//! const std = @import("std");
20//!20//!
21//! pub const std_options = .{21//! pub const std_options: std.Options = .{
22//! // Set the log level to info22//! // Set the log level to info
23//! .log_level = .info,23//! .log_level = .info,
24//!24//!