From 7058a59c459662a79c8e037f6ab6daf08cc85b14 Mon Sep 17 00:00:00 2001 From: Sinan Yumurtaci Date: Mon, 9 Dec 2024 23:47:47 -0600 Subject: [PATCH] two other typos --- base/src/types.rs | 2 +- base/src/user_model/common.rs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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