summaryrefslogtreecommitdiffstats
path: root/src/options/config/style/colours.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/config/style/colours.rs')
-rw-r--r--src/options/config/style/colours.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/config/style/colours.rs b/src/options/config/style/colours.rs
index 04a800d1..45d68459 100644
--- a/src/options/config/style/colours.rs
+++ b/src/options/config/style/colours.rs
@@ -31,7 +31,7 @@ pub struct ColourConfig {
}
impl ColourConfig {
- /// Returns `true` if there is a [`ConfigColours`] that is empty or there isn't one at all.
+ /// Returns `true` if there is a [`ColourConfig`] that is empty or there isn't one at all.
pub fn is_empty(&self) -> bool {
if let Ok(serialized_string) = toml_edit::ser::to_string(self) {
return serialized_string.is_empty();