aboutsummaryrefslogtreecommitdiff
path: root/lib/std/log.zig
diff options
context:
space:
mode:
authorVexu <git@vexu.eu>2020-07-11 22:04:38 +0300
committerVexu <git@vexu.eu>2020-07-12 00:54:07 +0300
commitbe1507a7afe4c8869abdbab67a32ede6afe3d938 (patch)
tree88be868d2b791d3bd7ab5cbd479b11066ece55d2 /lib/std/log.zig
parent3e095d8ef32fc93f5050cead708849846d626d1d (diff)
downloadzig-be1507a7afe4c8869abdbab67a32ede6afe3d938.tar.gz
zig-be1507a7afe4c8869abdbab67a32ede6afe3d938.zip
update compile error tests and some doc comments
Diffstat (limited to 'lib/std/log.zig')
-rw-r--r--lib/std/log.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/log.zig b/lib/std/log.zig
index 0006580031..3fb75b7e37 100644
--- a/lib/std/log.zig
+++ b/lib/std/log.zig
@@ -22,7 +22,7 @@ const root = @import("root");
//! comptime level: std.log.Level,
//! comptime scope: @TypeOf(.EnumLiteral),
//! comptime format: []const u8,
-//! args: var,
+//! args: anytype,
//! ) void {
//! // Ignore all non-critical logging from sources other than
//! // .my_project and .nice_library