Commit d5ef5da594

Nguyễn Gia Phong <mcsinyx@disroot.org>
2021-08-23 16:22:27
Update comment: s/var/anytype/ (#9611)
1 parent c465b34
Changed files (1)
lib
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,
     };