Skip to content

Commit d5060cb

Browse files
committed
Fix Typo in Readme
1 parent 9df6ceb commit d5060cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If you are using [rustup][rustup] (the name of the multirust rewrite in Rust),
3434
the `sysroot` path will also include your build target (e.g.
3535
`$HOME/.multirust/toolchains/nightly-2016-04-11-x86_64-apple-darwin`). You can
3636
see the current toolchain's directory by running `rustup which cargo` (ignoring
37-
the trailing `/bin/cargo).
37+
the trailing `/bin/cargo`).
3838

3939
If you installed without using multirust or rustup, you'll need to adjust the
4040
command to run your cargo and set the `sysroot` to the directory where your
@@ -58,4 +58,4 @@ additional terms or conditions.
5858
[mir]: https://github.com/rust-lang/rfcs/blob/master/text/1211-mir.md
5959
[usask]: https://www.usask.ca/
6060
[multirust]: https://github.com/brson/multirust
61-
[rustup]: https://www.rustup.rs
61+
[rustup]: https://www.rustup.rs

0 commit comments

Comments
 (0)