Fix a typo (#3149)

This commit is contained in:
Dirk Stolle 2023-07-17 11:14:44 +02:00 committed by GitHub
parent 083d61fccd
commit ff24ffbcbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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