Skip to content

Commit ad2b175

Browse files
felixrabealexrp
authored andcommitted
std.log: fix example
1 parent 4315a57 commit ad2b175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/log.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
//! ```
1919
//! const std = @import("std");
2020
//!
21-
//! pub const std_options = .{
21+
//! pub const std_options: std.Options = .{
2222
//! // Set the log level to info
2323
//! .log_level = .info,
2424
//!

0 commit comments

Comments
 (0)