From 98cbb5937b5e869e5919f88df4f357d10252c0f0 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 16 Aug 2026 00:49:08 +0800 Subject: docs: fix intra-doc links in mingling crate --- mingling/src/confirm/count.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mingling/src/confirm') diff --git a/mingling/src/confirm/count.rs b/mingling/src/confirm/count.rs index 373d42c..c9f9db7 100644 --- a/mingling/src/confirm/count.rs +++ b/mingling/src/confirm/count.rs @@ -19,7 +19,7 @@ /// /// - `ConfirmCount::from(3)` → asks at most **3** times before giving up. /// - `ConfirmCount::from(1)` → asks exactly **1** time. -/// - `ConfirmCount::from(0)` → interpreted as [`Loop`], meaning it will keep asking +/// - `ConfirmCount::from(0)` → interpreted as [`ConfirmCount::Loop`], meaning it will keep asking /// indefinitely until a valid answer is parsed. /// /// # Examples -- cgit