We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f44813 commit 754af72Copy full SHA for 754af72
src/tools/bump-stage0/src/main.rs
@@ -187,7 +187,7 @@ struct Stage0 {
187
//
188
// To lessen the pain, a big block of comments is placed between the configuration and the
189
// auto-generated parts of the file, preventing git diffs of the config to include parts of the
190
- // auto-egenrated content and vice versa. This should prevent merge conflicts.
+ // auto-generated content and vice versa. This should prevent merge conflicts.
191
#[serde(rename = "__comments")]
192
comments: Vec<String>,
193
compiler: Stage0Toolchain,
0 commit comments