Skip to content

Commit 314567f

Browse files
committed
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 44bac0e commit 314567f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/destructors.md

+1-1
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)