docs: fix spelling

This commit is contained in:
EdJoPaTo
2023-02-22 14:04:43 +01:00
parent ed4e06c000
commit 94197fa1d1
+1 -1
View File
@@ -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());
}