Skip to content

Commit a24a8e8

Browse files
authored
Update types.md
1 parent d5dba48 commit a24a8e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/as3/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ trace(fns.call("m"));
143143
144144
## Structural object
145145

146-
Structural object types are compiled into efficient structures. Note that structural object types have sensitive field order; thus, structural object types with equivalent fields but in different orders will be incompatible.
146+
Structural object types are compiled into efficient structures. Note that structural object types have sensitive field order; thus, structural object types with equivalent fields but in different orders will be incompatible. Structural object types also have sensitive ASDoc comments, so they may be incompatible depending on them.
147147

148148
Two structural object types are compatible only if either a) one is used as a subset of another or b) fields are equivalent and consist of the same order and the same ASDoc comments.
149149

0 commit comments

Comments
 (0)