Skip to content

Commit d07b224

Browse files
committed
fix(doc): unlinked ref
1 parent 028aaf6 commit d07b224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prompts/input.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ impl<T> Input<'_, T> {
9595

9696
/// Disables or enables the default value display.
9797
///
98-
/// The default behaviour is to append [`default`] to the prompt to tell the
98+
/// The default behaviour is to append [`default`](#method.default) to the prompt to tell the
9999
/// user what is the default value.
100100
///
101101
/// This method does not affect existance of default value, only its display in the prompt!

0 commit comments

Comments
 (0)