From d5ef5da5947d24792933847454c84daf1282b29e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Mon, 23 Aug 2021 21:22:27 +0700 Subject: [PATCH] Update comment: s/var/anytype/ (#9611) --- lib/std/builtin.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, };