Skip to content

Commit fd3133e

Browse files
authored
Merge pull request #1579 from stomar/fix-typo
Fix typo
2 parents 8ec1fea + 68dff22 commit fd3133e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustup-cli/self_update.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ fn current_install_opts(opts: &InstallOpts) -> String {
610610
// Interactive editing of the install options
611611
fn customize_install(mut opts: InstallOpts) -> Result<InstallOpts> {
612612
println!(
613-
"I'm going to ask you the value of each these installation options.\n\
613+
"I'm going to ask you the value of each of these installation options.\n\
614614
You may simply press the Enter key to leave unchanged."
615615
);
616616

0 commit comments

Comments
 (0)