File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9655,7 +9655,7 @@ test "integer truncation" {
9655
9655
{#header_close#}
9656
9656
9657
9657
{#header_open|@Type#}
9658
- <pre>{#syntax#}@Type(comptime info: std.builtin.TypeInfo ) type{#endsyntax#}</pre>
9658
+ <pre>{#syntax#}@Type(comptime info: std.builtin.Type ) type{#endsyntax#}</pre>
9659
9659
<p>
9660
9660
This function is the inverse of {#link|@typeInfo#}. It reifies type information
9661
9661
into a {#syntax#}type{#endsyntax#}.
@@ -9697,7 +9697,7 @@ test "integer truncation" {
9697
9697
</ul>
9698
9698
{#header_close#}
9699
9699
{#header_open|@typeInfo#}
9700
- <pre>{#syntax#}@typeInfo(comptime T: type) std.builtin.TypeInfo {#endsyntax#}</pre>
9700
+ <pre>{#syntax#}@typeInfo(comptime T: type) std.builtin.Type {#endsyntax#}</pre>
9701
9701
<p>
9702
9702
Provides type reflection.
9703
9703
</p>
You can’t perform that action at this time.
0 commit comments