aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/confirm/count.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling/src/confirm/count.rs')
-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