aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/confirm
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-16 00:49:08 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-16 00:49:08 +0800
commit98cbb5937b5e869e5919f88df4f357d10252c0f0 (patch)
tree32a5181160fa0dcf33058fa456ec52f19a1f0f96 /mingling/src/confirm
parentec3113e25fd06206de20b38aa897923510f57b32 (diff)
docs: fix intra-doc links in mingling crate
Diffstat (limited to 'mingling/src/confirm')
-rw-r--r--mingling/src/confirm/count.rs2
1 files changed, 1 insertions, 1 deletions
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