···2424// Returns the innermost struct, enum, or union that a function
2525// call is inside.
2626//
2727-// 2. @typeInfo(comptime T: type) @import("std").builtin.TypeInfo
2727+// 2. @typeInfo(comptime T: type) @import("std").builtin.Type
2828//
2929-// Returns information about any type in a TypeInfo union which
2929+// Returns information about any type in a data structure which
3030// will contain different information depending on which type
3131// you're examining.
3232//