Improve FALSE sentence

Co-authored-by: Tshepang Mbambo <tshepang@gmail.com>
This commit is contained in:
Urgau 2024-04-25 07:46:07 +02:00 committed by Tshepang Mbambo
parent f4c400cdf2
commit d0cd4f5dbb
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ with the different outputs of the different revisions.
> Note: cfg revisions also work inside the source code with `#[cfg]` attributes. > 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 ## Controlling pass/fail expectations