diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2025-07-14 18:05:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-14 18:05:47 +0200 |
| commit | 9b260f6ccf54e56a4fd9c58dfd28b553377c60f0 (patch) | |
| tree | 603f56dbbd377bd707ff451247fd06691a13424a | |
| parent | 8fcef5674a030df3543c963b052dd539217b385e (diff) | |
| parent | 19fccacd4a58a63065443de9f68be921a8a6bcc6 (diff) | |
| download | rust-9b260f6ccf54e56a4fd9c58dfd28b553377c60f0.tar.gz rust-9b260f6ccf54e56a4fd9c58dfd28b553377c60f0.zip | |
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)
| -rw-r--r-- | tests/mir-opt/pre-codegen/README.md | 2 | ||||
| -rw-r--r-- | tests/ui/SUMMARY.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/mir-opt/pre-codegen/README.md b/tests/mir-opt/pre-codegen/README.md index a338c18e09e..f0598703cd9 100644 --- a/tests/mir-opt/pre-codegen/README.md +++ b/tests/mir-opt/pre-codegen/README.md @@ -1,3 +1,3 @@ -The goal of this directory is to track the quality of MIR that is given to codegen in a standard `-O` condiguration. +The goal of this directory is to track the quality of MIR that is given to codegen in a standard `-O` configuration. As such, feel free to `--bless` whatever changes you get here, so long as doing so doesn't add substantially more MIR. diff --git a/tests/ui/SUMMARY.md b/tests/ui/SUMMARY.md index 8de74d41f39..1aeb0fcfbea 100644 --- a/tests/ui/SUMMARY.md +++ b/tests/ui/SUMMARY.md @@ -410,7 +410,7 @@ These tests revolve around command-line flags which change the way error/warning ## `tests/ui/diagnostic_namespace/` -Exercises `#[diagnostic::*]` namespaced attributes. See [RFC 3368 Diagnostic attribute namepsace](https://github.com/rust-lang/rfcs/blob/master/text/3368-diagnostic-attribute-namespace.md). +Exercises `#[diagnostic::*]` namespaced attributes. See [RFC 3368 Diagnostic attribute namespace](https://github.com/rust-lang/rfcs/blob/master/text/3368-diagnostic-attribute-namespace.md). ## `tests/ui/diagnostic-width/`: `--diagnostic-width` |
