Skip to content

Commit

Permalink
Fix prompt in select.rs example
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Oct 13, 2023
1 parent d952d17 commit 386cc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/select.rs
Expand Up @@ -31,7 +31,7 @@ fn main() {
}

let selection = Select::with_theme(&ColorfulTheme::default())
.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")
.default(0)
.max_length(2)
.items(&selections[..])
Expand Down

0 comments on commit 386cc55

Please sign in to comment.