File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ rustup set profile minimal
9696
9797It's also possible to choose the profile when installing ` rustup ` for the first
9898time, either interactively by choosing the "Customize installation" option or
99- programmaticaly by passing the ` --profile=<name> ` flag. Profiles will only
99+ programmatically by passing the ` --profile=<name> ` flag. Profiles will only
100100affect newly installed toolchains: as usual it will be possible to install
101101individual components later with: ` rustup component add ` .
102102
@@ -170,7 +170,7 @@ the components you need:
170170 rustup toolchain install nightly --allow-downgrade --profile minimal --component clippy
171171
172172This can be used to great effect in CI, to get you a toolchain rapidly which meets
173- your criteria
173+ your criteria.
174174
175175## How rustup works
176176
@@ -838,7 +838,7 @@ If `rustup` fails to self-update in this way it's usually because RLS is
838838running (your editor is open and running RLS). The solution is to stop RLS (by
839839closing your editor) and try again.
840840
841- ### rustup exited sucessfully but I can't run ` rustc --version `
841+ ### rustup exited successfully but I can't run ` rustc --version `
842842
843843To get started you need Cargo's bin directory ({cargo_home}/bin) in your ` PATH `
844844environment variable. This should be done by rustup. Next time you log in this should have been done
You can’t perform that action at this time.
0 commit comments