doc: Fix inverted meaning in E0783.md
This commit is contained in:
parent
425e142686
commit
79fbc38867
1 changed files with 1 additions and 1 deletions
|
|
@ -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 `..=`.
|
||||
|
||||
To make this code compile replace the `...` with `..=`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue