Skip to content

Commit c5f7c9a

Browse files
authored
Merge pull request #289 from jwodder/no-optional
Fix prompt in `select.rs` example
2 parents d952d17 + 386cc55 commit c5f7c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/select.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fn main() {
3131
}
3232

3333
let selection = Select::with_theme(&ColorfulTheme::default())
34-
.with_prompt("Optionally pick your flavor, hint it might be on the second page")
34+
.with_prompt("Pick your flavor, hint it might be on the second page")
3535
.default(0)
3636
.max_length(2)
3737
.items(&selections[..])

0 commit comments

Comments
 (0)