commit be097cdba8fb33149adb091cffcfb93d727379e9 (tree)
parent 9f6b9850acbeacf3590482666589f68cef647a28
Author: Andrew Kelley <andrew@ziglang.org>
Date: Mon, 14 Feb 2022 12:26:55 -0700
langref: correct info about type info of declarations
Diffstat:
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/doc/langref.html.in b/doc/langref.html.in
@@ -9507,9 +9507,14 @@ test "integer truncation" {
Provides type reflection.
</p>
<p>
- For {#link|structs|struct#}, {#link|unions|union#}, {#link|enums|enum#}, and
- {#link|error sets|Error Set Type#}, the fields are guaranteed to be in the same
- order as declared. For declarations, the order is unspecified.
+ Type information of {#link|structs|struct#}, {#link|unions|union#}, {#link|enums|enum#}, and
+ {#link|error sets|Error Set Type#} has fields which are are guaranteed to be in the same
+ order as appearance in the source file.
+ </p>
+ <p>
+ Type information of {#link|structs|struct#}, {#link|unions|union#}, {#link|enums|enum#}, and
+ {#link|opaques|opaque#} has declarations, which are also guaranteed to be in the same
+ order as appearance in the source file.
</p>
{#header_close#}