Skip to content

Commit

Permalink
docs: fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Feb 22, 2023
1 parent ed4e06c commit 94197fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ impl TreeState {
}

/// Handles the right arrow key.
/// Openes the currently selected.
/// Opens the currently selected.
pub fn key_right(&mut self) {
self.open(self.selected());
}
Expand Down

0 comments on commit 94197fa

Please sign in to comment.