Skip to content

Commit 77b7160

Browse files
authored
Merge pull request #147 from miraclx/doc-fix-unref
fix(doc): unlinked ref
2 parents 028aaf6 + d07b224 commit 77b7160

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)