diff --git a/src/lib.rs b/src/lib.rs index 70b114a..0b5db27 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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()); }