Skip to content

Commit bce9bb3

Browse files
authored
Update type_system.md
1 parent 3036b18 commit bce9bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes/type_system.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ match message {
127127
}
128128
```
129129

130-
It's also impossible to cast non-exhaustive types from foreign crates.
130+
It's also not allowed to cast non-exhaustive types from foreign crates.
131131
```rust, ignore
132132
use othercrate::NonExhaustiveEnum;
133133

0 commit comments

Comments
 (0)