Skip to content

Commit 2d84e74

Browse files
authored
a union
1 parent e408d0e commit 2d84e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/struct.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ $(H2 $(LEGACY_LNAME2 StructCopyConstructor, struct-copy-constructor, Struct Copy
977977

978978
$(P If the generated copy constructor fails to type check, it will receive the `@disable` attribute.)
979979

980-
$(P If an `union S` has fields that define a copy constructor, whenever an object of type `S`
980+
$(P If a `union S` has fields that define a copy constructor, whenever an object of type `S`
981981
is initialized by copy, an error will be issued. The same rule applies to overlapped fields
982982
(anonymous unions).)
983983

0 commit comments

Comments
 (0)