Skip to content

Commit

Permalink
Merge pull request #12 from RalfJung/comment
Browse files Browse the repository at this point in the history
fix a comment
  • Loading branch information
kennytm committed Nov 28, 2018
2 parents a082d40 + e755a80 commit 15a2bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ fn install_single_toolchain(
)?;
}

// download rust-std for every toolchain.
// download rust-std for every target.
for target in toolchain.rust_std_targets {
let rust_std_filename = format!("rust-std-{}-{}", channel, target);
download_tar_xz(
Expand Down

0 comments on commit 15a2bb5

Please sign in to comment.