diff --git a/lib/std/builtin.zig b/lib/std/builtin.zig index 0d92157d31a4e2a856f9a3d2fa3dae4c7f3cad01..caf32890b6219f53f01219e1c9b8ad8e78698ec2 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, };