doc: Fix inverted meaning in E0783.md
This commit is contained in:
@@ -9,7 +9,7 @@ match 2u8 {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Older Rust code using previous editions allowed `...` to stand for exclusive
|
Older Rust code using previous editions allowed `...` to stand for inclusive
|
||||||
ranges which are now signified using `..=`.
|
ranges which are now signified using `..=`.
|
||||||
|
|
||||||
To make this code compile replace the `...` with `..=`.
|
To make this code compile replace the `...` with `..=`.
|
||||||
|
|||||||
Reference in New Issue
Block a user