This commit is contained in:
Petros Amoiridis 2023-03-22 15:31:21 +02:00
parent 8c0dd887ff
commit aa7254167a
No known key found for this signature in database

View file

@ -53,7 +53,7 @@ impl View for ActiveBufferLanguage {
let active_language = if let Some(active_language) = self.active_language.as_ref() {
active_language.to_string()
} else {
"Unkown".to_string()
"Unknown".to_string()
};
MouseEventHandler::<Self>::new(0, cx, |state, cx| {