diff --git a/examples/select.rs b/examples/select.rs index 3382e8b..d282c20 100644 --- a/examples/select.rs +++ b/examples/select.rs @@ -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[..])