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.
1 parent 6e588e4 commit 7093be3Copy full SHA for 7093be3
README.md
@@ -1,7 +1,7 @@
1
# finally-block [](https://travis-ci.com/CodeChain-io/rust-finally-block) [](https://opensource.org/licenses/MIT)
2
3
-Final block is a block that is executed when it dropped.
4
-It helps a user to write the deferred statements that should be executed even some statements return early.
+Finally block is a block that is executed when it's dropped.
+It helps a user write the deferred statements that should be executed, even when some statements return early.
5
6
```rust
7
function f(flag: &AtomicBool) -> Option<()> {
0 commit comments