aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src
diff options
context:
space:
mode:
authorNathan Vegdahl2021-07-20 20:35:37 +0000
committerNathan Vegdahl2021-07-20 20:35:37 +0000
commitd5534a6d10dacf6fc48e4891781038be278ca744 (patch)
treeb5eea638b941179cf93b51c79606121aacd6d620 /helix-view/src
parent1194fc842a7b91045b6b71f839fc9a9b5a5b19ef (diff)
parent17f9dfce7ef3e1cfffe58979d78e42cceec5918d (diff)
Merge branch 'master' into great_line_ending_and_cursor_range_cleanup
Diffstat (limited to 'helix-view/src')
-rw-r--r--helix-view/src/tree.rs2
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 {