Skip to content

Commit b491a45

Browse files
committed
docs(user-guide): fix typo
1 parent 2e7c2a9 commit b491a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user-guide/src/installation/already-installed-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ eval $(/opt/homebrew/bin/brew shellenv)
6565
. $HOME/.cargo/env
6666
```
6767

68-
In this example, both of these lines all _prepend_ to `$PATH`, so the last one
68+
In this example, both of these lines _prepend_ to `$PATH`, so the last one
6969
takes over, letting the rustup proxies shadow the homebrew-installed `rust`.
7070
On the other hand, putting these lines the other way around will cause the
7171
aforementioned error.

0 commit comments

Comments
 (0)