Skip to content

Commit c78ec9e

Browse files
Revert phrase change for destructors.
It is not clear if the original intended to mean these as two separate concepts, or synonyms for the same thing.
1 parent 7689257 commit c78ec9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/destructors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Destructors
22

33
When an [initialized] [variable] or [temporary] goes out of
4-
[scope](#drop-scopes), its *destructor* is run (also phrased as: "it is *dropped*"). [Assignment]
4+
[scope](#drop-scopes), its *destructor* is run, or it is *dropped*. [Assignment]
55
also runs the destructor of its left-hand operand, if it's initialized. If a
66
variable has been partially initialized, only its initialized fields are
77
dropped.

0 commit comments

Comments
 (0)