Skip to content

Commit d7fe070

Browse files
authored
Merge pull request #1853 from ruanswanepoel/patch-1
Update paragraph in src/fn/diverging.md
2 parents 48ddc5a + a813cde commit d7fe070

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/fn/diverging.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ fn main() {
3737
}
3838
```
3939

40-
Although this might seem like an abstract concept, it is in fact very useful and
41-
often handy. The main advantage of this type is that it can be cast to any other
42-
one and therefore used at places where an exact type is required, for instance
43-
in `match` branches. This allows us to write code like this:
40+
Although this might seem like an abstract concept, it is actually very useful and
41+
often handy. The main advantage of this type is that it can be cast to any other
42+
type, making it versatile in situations where an exact type is required, such as
43+
in match branches. This flexibility allows us to write code like this:
4444

4545
```rust
4646
fn main() {

0 commit comments

Comments
 (0)