Fix typo
This commit is contained in:
parent
585d6f8242
commit
17f9dfce7e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue