authorgravatar for pierre.curto@gmail.comPierre Curto <pierre.curto@gmail.com> 2022-06-25 10:59:17+02:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2022-06-27 19:48:52+03:00
log76f83282776151bd79715c4c00d13d06de633354
tree53e6a1b51b517343403cdfefb63e8a92ae1b85d5
parent08459ff1c21d546c55e2ae954126e121ee88972e

doc: update std.builtin.TypeInfo to std.builtin.Type


1 files changed, 2 insertions(+), 2 deletions(-)

doc/langref.html.in+2-2
......@@ -9655,7 +9655,7 @@ test "integer truncation" {
96559655 {#header_close#}
96569656
96579657 {#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>
96599659 <p>
96609660 This function is the inverse of {#link|@typeInfo#}. It reifies type information
96619661 into a {#syntax#}type{#endsyntax#}.
......@@ -9697,7 +9697,7 @@ test "integer truncation" {
96979697 </ul>
96989698 {#header_close#}
96999699 {#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>
97019701 <p>
97029702 Provides type reflection.
97039703 </p>