From 2d1947ff34d50ca46dfe242ad75531a4c429bb52 Mon Sep 17 00:00:00 2001 From: Urgau <3616612+Urgau@users.noreply.github.com> Date: Thu, 25 Apr 2024 07:46:07 +0200 Subject: [PATCH] Improve FALSE sentence Co-authored-by: Tshepang Mbambo --- src/tests/ui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/ui.md b/src/tests/ui.md index 08068235a035..2eda0b51e988 100644 --- a/src/tests/ui.md +++ b/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