Skip to content

Commit 8662c33

Browse files
authored
Merge pull request #3343 from cuishuang/master
Remove repeated definite article
2 parents 46812bf + d64c142 commit 8662c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/self_update/unix.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ pub(crate) fn run_update(setup_path: &Path) -> Result<utils::ExitCode> {
140140
}
141141

142142
/// This function is as the final step of a self-upgrade. It replaces
143-
/// `CARGO_HOME`/bin/rustup with the running exe, and updates the the
143+
/// `CARGO_HOME`/bin/rustup with the running exe, and updates the
144144
/// links to it.
145145
pub(crate) fn self_replace() -> Result<utils::ExitCode> {
146146
install_bins()?;

0 commit comments

Comments
 (0)