We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44bac0e commit 314567fCopy full SHA for 314567f
src/destructors.md
@@ -1,7 +1,7 @@
1
# Destructors
2
3
When an [initialized] [variable] or [temporary] goes out of
4
-[scope](#drop-scopes), its *destructor* is run (also phrased as: "it is *dropped*"). [Assignment]
+[scope](#drop-scopes), its *destructor* is run, or it is *dropped*. [Assignment]
5
also runs the destructor of its left-hand operand, if it's initialized. If a
6
variable has been partially initialized, only its initialized fields are
7
dropped.
0 commit comments