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 8ec1fea commit 68dff22Copy full SHA for 68dff22
src/rustup-cli/self_update.rs
@@ -610,7 +610,7 @@ fn current_install_opts(opts: &InstallOpts) -> String {
610
// Interactive editing of the install options
611
fn customize_install(mut opts: InstallOpts) -> Result<InstallOpts> {
612
println!(
613
- "I'm going to ask you the value of each these installation options.\n\
+ "I'm going to ask you the value of each of these installation options.\n\
614
You may simply press the Enter key to leave unchanged."
615
);
616
0 commit comments