Skip to content

Commit f6881c4

Browse files
authored
Unrolled build for #143903
Rollup merge of #143903 - vtjl10:master, r=jieyouxu Fix typos in documentation files ## Summary Fix minor typos in documentation files to improve readability. ## Changes - **tests/mir-opt/pre-codegen/README.md**: Fix typo `condiguration` → `configuration` - **tests/ui/SUMMARY.md**: Fix typo in RFC link URL (`namepsace ` → `namespace`) ## Type of Change - [x] Documentation update - [x] Bug fix (typo correction)
2 parents cccf075 + 19fccac commit f6881c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/mir-opt/pre-codegen/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
The goal of this directory is to track the quality of MIR that is given to codegen in a standard `-O` condiguration.
1+
The goal of this directory is to track the quality of MIR that is given to codegen in a standard `-O` configuration.
22

33
As such, feel free to `--bless` whatever changes you get here, so long as doing so doesn't add substantially more MIR.

tests/ui/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ These tests revolve around command-line flags which change the way error/warning
410410

411411
## `tests/ui/diagnostic_namespace/`
412412

413-
Exercises `#[diagnostic::*]` namespaced attributes. See [RFC 3368 Diagnostic attribute namepsace](https://github.com/rust-lang/rfcs/blob/master/text/3368-diagnostic-attribute-namespace.md).
413+
Exercises `#[diagnostic::*]` namespaced attributes. See [RFC 3368 Diagnostic attribute namespace](https://github.com/rust-lang/rfcs/blob/master/text/3368-diagnostic-attribute-namespace.md).
414414

415415
## `tests/ui/diagnostic-width/`: `--diagnostic-width`
416416

0 commit comments

Comments
 (0)