diff options
Diffstat (limited to 'helix-view')
-rw-r--r-- | helix-view/src/tree.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/src/tree.rs b/helix-view/src/tree.rs index 6d5be390..576f64f0 100644 --- a/helix-view/src/tree.rs +++ b/helix-view/src/tree.rs @@ -1,7 +1,7 @@ use crate::{graphics::Rect, View, ViewId}; use slotmap::HopSlotMap; -// the dimensions are recomputed on windo resize/tree change. +// the dimensions are recomputed on window resize/tree change. // #[derive(Debug)] pub struct Tree { |