Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pickfire authored and archseer committed Jul 20, 2021
1 parent 585d6f8 commit 17f9dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-view/src/tree.rs
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 17f9dfc

Please sign in to comment.