diff options
| author | Urgau <3616612+Urgau@users.noreply.github.com> | 2024-04-25 07:46:07 +0200 |
|---|---|---|
| committer | Tshepang Mbambo <tshepang@gmail.com> | 2024-05-06 08:48:21 +0200 |
| commit | 7126c786b81bc413faa98bb4eff13aa32b793710 (patch) | |
| tree | 989ed39455fd24074d6cefcb02fe457501859e22 /src/doc/rustc-dev-guide | |
| parent | eef30e68e7d7367901763b243799622332c03134 (diff) | |
| download | rust-7126c786b81bc413faa98bb4eff13aa32b793710.tar.gz rust-7126c786b81bc413faa98bb4eff13aa32b793710.zip | |
Improve FALSE sentence
Co-authored-by: Tshepang Mbambo <tshepang@gmail.com>
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/tests/ui.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/ui.md b/src/doc/rustc-dev-guide/src/tests/ui.md index 08068235a03..2eda0b51e98 100644 --- a/src/doc/rustc-dev-guide/src/tests/ui.md +++ b/src/doc/rustc-dev-guide/src/tests/ui.md @@ -363,7 +363,7 @@ with the different outputs of the different revisions. > Note: cfg revisions also work inside the source code with `#[cfg]` attributes. > -> By-convention the `FALSE` cfg is used to have an always false config. +> By convention, the `FALSE` cfg is used to have an always-false config. ## Controlling pass/fail expectations |
