We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3882474 + 13e9076 commit 8efb980Copy full SHA for 8efb980
src/destructors.md
@@ -3,7 +3,7 @@ r[destructors]
3
4
r[destructors.intro]
5
When an [initialized] [variable] or [temporary] goes out of
6
-[scope](#drop-scopes), its *destructor* is run, or it is *dropped*. [Assignment]
+[scope](#drop-scopes), its *destructor* is run or it is *dropped*. [Assignment]
7
also runs the destructor of its left-hand operand, if it's initialized. If a
8
variable has been partially initialized, only its initialized fields are
9
dropped.
0 commit comments