Skip to content

Commit a813cde

Browse files
Update paragraph in src/fn/diverging.md
Fixes grammatical inconsistencies, and makes the paragraph much easier to read as it flows better
1 parent 2048289 commit a813cde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/fn/diverging.md

Lines changed: 4 additions & 4 deletions
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)