diff --git a/base/src/types.rs b/base/src/types.rs index c4f85fc..fa98aba 100644 --- a/base/src/types.rs +++ b/base/src/types.rs @@ -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, } diff --git a/base/src/user_model/common.rs b/base/src/user_model/common.rs index 14a930e..ad48528 100644 --- a/base/src/user_model/common.rs +++ b/base/src/user_model/common.rs @@ -713,7 +713,7 @@ impl UserModel { /// Paste `styles` in the selected area pub fn on_paste_styles(&mut self, styles: &[Vec