Skip to content

Commit 7093be3

Browse files
Seung Woo Kimsgkim126
authored andcommitted
Update README.md
1 parent 6e588e4 commit 7093be3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# finally-block [![Build Status](https://travis-ci.com/CodeChain-io/rust-finally-block.svg?branch=master)](https://travis-ci.com/CodeChain-io/rust-finally-block) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
22

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.
3+
Finally block is a block that is executed when it's dropped.
4+
It helps a user write the deferred statements that should be executed, even when some statements return early.
55

66
```rust
77
function f(flag: &AtomicBool) -> Option<()> {

0 commit comments

Comments
 (0)