We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48ddc5a + a813cde commit d7fe070Copy full SHA for d7fe070
src/fn/diverging.md
@@ -37,10 +37,10 @@ fn main() {
37
}
38
```
39
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:
+Although this might seem like an abstract concept, it is actually very useful and
+often handy. The main advantage of this type is that it can be cast to any other
+type, making it versatile in situations where an exact type is required, such as
+in match branches. This flexibility allows us to write code like this:
44
45
```rust
46
fn main() {
0 commit comments