Skip to content

Commit

Permalink
Merge pull request #102 from spenserblack/typo-fix
Browse files Browse the repository at this point in the history
Fix typo: ereased -> erased
  • Loading branch information
pksunkara authored Jan 22, 2021
2 parents 7ea6275 + 3dd93bb commit a76fb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prompts/select.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ impl<'a> Select<'a> {
self
}

/// Indicates whether select menu should be ereased from the screen after interaction.
/// Indicates whether select menu should be erased from the screen after interaction.
///
/// The default is to clear the menu.
pub fn clear(&mut self, val: bool) -> &mut Select<'a> {
Expand Down

0 comments on commit a76fb72

Please sign in to comment.