File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ fn main() {
37
37
}
38
38
```
39
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:
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:
44
44
45
45
``` rust
46
46
fn main () {
You can’t perform that action at this time.
0 commit comments