Skip to content

Commit be097cd

Browse files
committed
langref: correct info about type info of declarations
1 parent 9f6b985 commit be097cd

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

doc/langref.html.in

+8-3
Original file line numberDiff line numberDiff line change
@@ -9507,9 +9507,14 @@ test "integer truncation" {
95079507
Provides type reflection.
95089508
</p>
95099509
<p>
9510-
For {#link|structs|struct#}, {#link|unions|union#}, {#link|enums|enum#}, and
9511-
{#link|error sets|Error Set Type#}, the fields are guaranteed to be in the same
9512-
order as declared. For declarations, the order is unspecified.
9510+
Type information of {#link|structs|struct#}, {#link|unions|union#}, {#link|enums|enum#}, and
9511+
{#link|error sets|Error Set Type#} has fields which are are guaranteed to be in the same
9512+
order as appearance in the source file.
9513+
</p>
9514+
<p>
9515+
Type information of {#link|structs|struct#}, {#link|unions|union#}, {#link|enums|enum#}, and
9516+
{#link|opaques|opaque#} has declarations, which are also guaranteed to be in the same
9517+
order as appearance in the source file.
95139518
</p>
95149519
{#header_close#}
95159520

0 commit comments

Comments
 (0)