diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-04-08 03:48:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-08 03:48:14 +0200 |
| commit | eb4bc2ccfb4f8dc345d14edd07602ddea1b1798f (patch) | |
| tree | 6ff2f68e2669d1fb46d1145b87913e66f909d94a /src | |
| parent | c6c179662d5a6fc0520e05b5c0682dcfc7333f77 (diff) | |
| download | rust-eb4bc2ccfb4f8dc345d14edd07602ddea1b1798f.tar.gz rust-eb4bc2ccfb4f8dc345d14edd07602ddea1b1798f.zip | |
add missing word in doc comment (part 2)
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/src/core/config/config.rs | 2 |
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 1712be7f947..9c6750198c7 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 { |
