We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76fc862 commit 4b24332Copy full SHA for 4b24332
1 file changed
src/idioms/dtor-finally.md
@@ -24,7 +24,7 @@ fn bar() -> Result<(), ()> {
24
}
25
26
27
- // The dtor of _exit will run however the function `bar` is exited.
+ // The destructor of _exit will run however the function `bar` is exited.
28
let _exit = Foo;
29
// Implicit return with `?` operator.
30
baz()?;
0 commit comments