diff options
| author | Felix Rabe <felix@rabe.io> | 2025-05-22 12:50:33 +0200 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2025-05-24 10:52:56 +0200 |
| commit | ad2b175d45bdfd10fc8a067a7d6c31a09798d9f6 (patch) | |
| tree | dbb4e2f5cacd288affbc00d52867bba3d23fcfe2 /lib/std | |
| parent | 4315a572335baf8a97ea9e1605d143fc94d23376 (diff) | |
| download | zig-ad2b175d45bdfd10fc8a067a7d6c31a09798d9f6.tar.gz zig-ad2b175d45bdfd10fc8a067a7d6c31a09798d9f6.zip | |
std.log: fix example
Diffstat (limited to 'lib/std')
| -rw-r--r-- | lib/std/log.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/log.zig b/lib/std/log.zig index 81a0ab0947..3479766678 100644 --- a/lib/std/log.zig +++ b/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, //! |
