We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d952d17 + 386cc55 commit c5f7c9aCopy full SHA for c5f7c9a
examples/select.rs
@@ -31,7 +31,7 @@ fn main() {
31
}
32
33
let selection = Select::with_theme(&ColorfulTheme::default())
34
- .with_prompt("Optionally pick your flavor, hint it might be on the second page")
+ .with_prompt("Pick your flavor, hint it might be on the second page")
35
.default(0)
36
.max_length(2)
37
.items(&selections[..])
0 commit comments