Skip to content

Commit 4b24332

Browse files
orangecmssimonsan
andauthored
Spell out d_estruc_tor (#458)
Co-authored-by: simonsan <14062932+simonsan@users.noreply.github.com>
1 parent 76fc862 commit 4b24332

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/idioms/dtor-finally.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fn bar() -> Result<(), ()> {
2424
}
2525
}
2626
27-
// The dtor of _exit will run however the function `bar` is exited.
27+
// The destructor of _exit will run however the function `bar` is exited.
2828
let _exit = Foo;
2929
// Implicit return with `?` operator.
3030
baz()?;

0 commit comments

Comments
 (0)