two other typos

This commit is contained in:
Sinan Yumurtaci
2024-12-09 23:47:47 -06:00
committed by Nicolás Hatcher Andrés
parent 075760b7ba
commit 7058a59c45
2 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ pub struct WorkbookView {
pub sheet: u32,
/// The current width of the window
pub window_width: i64,
/// The current heigh of the window
/// The current height of the window
pub window_height: i64,
}