File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ impl MultiSelect<'_> {
111
111
/// Prefaces the menu with a prompt.
112
112
///
113
113
/// By default, when a prompt is set the system also prints out a confirmation after
114
- /// the selection. You can opt-out of this with [report](#method.report).
114
+ /// the selection. You can opt-out of this with [` report` ](#method.report).
115
115
pub fn with_prompt < S : Into < String > > ( & mut self , prompt : S ) -> & mut Self {
116
116
self . prompt = Some ( prompt. into ( ) ) ;
117
117
self
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ impl Select<'_> {
132
132
/// Sets the select prompt.
133
133
///
134
134
/// By default, when a prompt is set the system also prints out a confirmation after
135
- /// the selection. You can opt-out of this with [report](#method.report).
135
+ /// the selection. You can opt-out of this with [` report` ](#method.report).
136
136
///
137
137
/// ## Examples
138
138
/// ```rust,no_run
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ impl Sort<'_> {
83
83
/// Prefaces the menu with a prompt.
84
84
///
85
85
/// By default, when a prompt is set the system also prints out a confirmation after
86
- /// the selection. You can opt-out of this with [report](#method.report).
86
+ /// the selection. You can opt-out of this with [` report` ](#method.report).
87
87
pub fn with_prompt < S : Into < String > > ( & mut self , prompt : S ) -> & mut Self {
88
88
self . prompt = Some ( prompt. into ( ) ) ;
89
89
self
You can’t perform that action at this time.
0 commit comments