Skip to content

Commit

Permalink
Merge pull request #203 from kianmeng/fix-typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
pksunkara committed Jun 9, 2022
2 parents 2fd4001 + 186d658 commit 6a8c08c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/prompts/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ impl<T> Input<'_, T> {
/// The default behaviour is to append [`default`](#method.default) to the prompt to tell the
/// user what is the default value.
///
/// This method does not affect existance of default value, only its display in the prompt!
/// This method does not affect existence of default value, only its display in the prompt!
pub fn show_default(&mut self, val: bool) -> &mut Self {
self.show_default = val;
self
Expand Down
2 changes: 1 addition & 1 deletion src/theme.rs
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ impl Theme for ColorfulTheme {
}
}

/// Helper struct to conveniently render a theme ot a term.
/// Helper struct to conveniently render a theme of a term.
pub(crate) struct TermThemeRenderer<'a> {
term: &'a Term,
theme: &'a dyn Theme,
Expand Down

0 comments on commit 6a8c08c

Please sign in to comment.