From ff24ffbcbdcf87fdca75a673d0e2a6cd9f566902 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Mon, 17 Jul 2023 11:14:44 +0200 Subject: [PATCH] Fix a typo (#3149) --- crates/egui_extras/src/datepicker/button.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/egui_extras/src/datepicker/button.rs b/crates/egui_extras/src/datepicker/button.rs index e8aafef7..b63e5bc0 100644 --- a/crates/egui_extras/src/datepicker/button.rs +++ b/crates/egui_extras/src/datepicker/button.rs @@ -61,7 +61,7 @@ impl<'a> DatePickerButton<'a> { self } - /// Show the calender icon on the button. (Default: true) + /// Show the calendar icon on the button. (Default: true) pub fn show_icon(mut self, show_icon: bool) -> Self { self.show_icon = show_icon; self