mirror of https://github.com/helix-editor/helix
Fix typo
parent
585d6f8242
commit
17f9dfce7e
|
@ -1,7 +1,7 @@
|
||||||
use crate::{graphics::Rect, View, ViewId};
|
use crate::{graphics::Rect, View, ViewId};
|
||||||
use slotmap::HopSlotMap;
|
use slotmap::HopSlotMap;
|
||||||
|
|
||||||
// the dimensions are recomputed on windo resize/tree change.
|
// the dimensions are recomputed on window resize/tree change.
|
||||||
//
|
//
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct Tree {
|
pub struct Tree {
|
||||||
|
|
Loading…
Reference in New Issue