Skip to content

Commit 1896e7b

Browse files
authored
Typo fix: "the a" -> "the"
1 parent 3c29741 commit 1896e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dist/manifest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//! release of Rust. They are toml files, typically downloaded from
55
//! e.g. static.rust-lang.org/dist/channel-rust-nightly.toml. They
66
//! describe where to download, for all platforms, each component of
7-
//! the a release, and their relationships to each other.
7+
//! the release, and their relationships to each other.
88
//!
99
//! Installers use this info to customize Rust installations.
1010
//!

0 commit comments

Comments
 (0)