pull/9/head
Adolfo Ochagavía 9 years ago
parent ea2165eaf7
commit fed94154f3

@ -2,7 +2,7 @@
## Description
Rust does not provide he equivalent to `finally` blocks - code that will be
Rust does not provide the equivalent to `finally` blocks - code that will be
executed no matter how a function is exited. Instead an object's destructor can
be used to run code that must be run before exit.

Loading…
Cancel
Save