From 3eaf9d0d9a7e1906a31f83d1415f0af99c79a188 Mon Sep 17 00:00:00 2001 From: Teakowa <27560638+Teakowa@users.noreply.github.com> Date: Wed, 26 Aug 2026 01:37:29 +0800 Subject: [PATCH] docs: avoid lint flag cardinality wording Fixes wrightkit/wright#229 follow-up --- docs/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.md b/docs/cli.md index 374bbc0..b8cf1d3 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -216,7 +216,7 @@ available. It reuses the lint registry, so rule enable/disable/severity configuration is deterministic and identical across CLI and programmatic (`CompilerSession::lint`, tool/agent `lint`) use. -The following lint-only flags configure the registry; both are repeatable: +The following lint-only flags configure the registry and are repeatable: * `--disable-rule `: disable a rule by stable ID (`min-wait-loop`, `duplicate-condition`, `expensive-loop-check`, `repeated-value`,