aboutsummaryrefslogtreecommitdiff
path: root/lib/std
diff options
context:
space:
mode:
Diffstat (limited to 'lib/std')
-rw-r--r--lib/std/builtin.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/builtin.zig b/lib/std/builtin.zig
index 0d92157d31..caf32890b6 100644
--- a/lib/std/builtin.zig
+++ b/lib/std/builtin.zig
@@ -259,7 +259,7 @@ pub const TypeInfo = union(enum) {
/// This field is an optional type.
/// The type of the sentinel is the element type of the array, which is
/// the value of the `child` field in this struct. However there is no way
- /// to refer to that type here, so we use `var`.
+ /// to refer to that type here, so we use `anytype`.
sentinel: anytype,
};