mirror of https://github.com/lapce/lapce.git
Fix typo
This commit is contained in:
parent
8749e8e95e
commit
91de10092d
|
@ -522,7 +522,7 @@ pub fn set_theme(&mut self, theme: &str, preview: bool) -> bool {
|
|||
/// Otherwise, get the color from the base them
|
||||
/// # Panics
|
||||
/// If the color was not able to be found in either theme, which may be indicative that
|
||||
/// it is mispelled or needs to be added to the base-theme.
|
||||
/// it is misspelled or needs to be added to the base-theme.
|
||||
pub fn get_color_unchecked(&self, name: &str) -> &Color {
|
||||
self.themes
|
||||
.color(name)
|
||||
|
|
Loading…
Reference in New Issue