Skip to content

Commit 467f934

Browse files
ichordevdlang-bot
authored andcommitted
Corrected a grammatical error
1 parent 51da4e8 commit 467f934

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
@@ -1643,7 +1643,7 @@ $(H2 $(LEGACY_LNAME2 StructDestructor, struct-destructor, Struct Destructors))
16431643
)
16441644

16451645
$(P Unions may have fields that have destructors. However, a union itself never has
1646-
a destructor. When a union goes out of scope, destructors for it's fields are not called.
1646+
a destructor. When a union goes out of scope, destructors for its fields are not called.
16471647
If those calls are desired, they must be inserted explicitly by the programmer:)
16481648

16491649
$(SPEC_RUNNABLE_EXAMPLE_COMPILE

0 commit comments

Comments
 (0)