We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7c2a9 commit b491a45Copy full SHA for b491a45
doc/user-guide/src/installation/already-installed-rust.md
@@ -65,7 +65,7 @@ eval $(/opt/homebrew/bin/brew shellenv)
65
. $HOME/.cargo/env
66
```
67
68
-In this example, both of these lines all _prepend_ to `$PATH`, so the last one
+In this example, both of these lines _prepend_ to `$PATH`, so the last one
69
takes over, letting the rustup proxies shadow the homebrew-installed `rust`.
70
On the other hand, putting these lines the other way around will cause the
71
aforementioned error.
0 commit comments