mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-03 17:44:30 +00:00
Fix typo
This commit is contained in:
parent
005eb559ee
commit
e017b99384
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ impl View for ActiveBufferLanguage {
|
||||||
let active_language = if let Some(active_language) = self.active_language.as_ref() {
|
let active_language = if let Some(active_language) = self.active_language.as_ref() {
|
||||||
active_language.to_string()
|
active_language.to_string()
|
||||||
} else {
|
} else {
|
||||||
"Unkown".to_string()
|
"Unknown".to_string()
|
||||||
};
|
};
|
||||||
|
|
||||||
MouseEventHandler::<Self>::new(0, cx, |state, cx| {
|
MouseEventHandler::<Self>::new(0, cx, |state, cx| {
|
||||||
|
|
Loading…
Reference in a new issue