about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-04-08 21:25:59 +0200
committerGitHub <noreply@github.com>2025-04-08 21:25:59 +0200
commitdf9796f20dd9a6cd983cbef739ec612c0582509a (patch)
tree2d166d19ab70ce3b63bbfffed15bbf434163f7ee
parent7661224f1eb77a50bf3f7bc182ac9bf56eb7ea47 (diff)
parenteb4bc2ccfb4f8dc345d14edd07602ddea1b1798f (diff)
downloadrust-df9796f20dd9a6cd983cbef739ec612c0582509a.tar.gz
rust-df9796f20dd9a6cd983cbef739ec612c0582509a.zip
Rollup merge of #139506 - tshepang:patch-6, r=jieyouxu
add missing word in doc comment (part 2)
-rw-r--r--src/bootstrap/src/core/config/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/src/core/config/config.rs b/src/bootstrap/src/core/config/config.rs
index d83731e0f08..e270c92fcab 100644
--- a/src/bootstrap/src/core/config/config.rs
+++ b/src/bootstrap/src/core/config/config.rs
@@ -189,7 +189,7 @@ pub enum GccCiMode {
 ///
 /// Note that this structure is not decoded directly into, but rather it is
 /// filled out from the decoded forms of the structs below. For documentation
-/// each field, see the corresponding fields in
+/// on each field, see the corresponding fields in
 /// `bootstrap.example.toml`.
 #[derive(Default, Clone)]
 pub struct Config {