We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c302718 + 32dd383 commit 6b26d3cCopy full SHA for 6b26d3c
src/bootstrap/src/core/download.rs
@@ -417,7 +417,7 @@ enum DownloadSource {
417
Dist,
418
}
419
420
-/// Functions that are only ever called once, but named for clarify and to avoid thousand-line functions.
+/// Functions that are only ever called once, but named for clarity and to avoid thousand-line functions.
421
impl Config {
422
pub(crate) fn download_clippy(&self) -> PathBuf {
423
self.verbose(|| println!("downloading stage0 clippy artifacts"));
0 commit comments