Skip to content

Commit f58a414

Browse files
committed
Improve the wording
1 parent e872da3 commit f58a414

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/overrides.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ If you see the following error (when running `rustc`, `cargo` or other command)
103103
error: invalid channel name '[toolchain]' in '/PATH/TO/DIRECTORY/rust-toolchain'
104104
```
105105

106-
it means you're running `rustup` pre-1.23.0
107-
`rustup` pre-1.23.0) and trying to interact with a project that uses the new TOML
108-
encoding in the `rust-toolchain` file. You need to upgrade `rustup` to 1.23.0+.
106+
it means you're running `rustup` pre-1.23.0 and trying to interact with a project
107+
that uses the new TOML encoding in the `rust-toolchain` file. You need to upgrade
108+
`rustup` to 1.23.0+.
109109

110110
The `rust-toolchain.toml`/`rust-toolchain` files are suitable to check in to
111111
source control.

0 commit comments

Comments
 (0)