diff --git a/doc/langref.html.in b/doc/langref.html.in index fd104db6d..c0b8c9cb4 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -9513,9 +9513,14 @@ test "integer truncation" { Provides type reflection.

- 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. +

+

+ 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.

{#header_close#}