Better explain intent

This commit is contained in:
Dániel Buga 2022-03-28 22:03:29 +02:00
parent 7493dffd9b
commit 41bbd27ab8
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ pub fn from(map: HashMap<String, Color>) -> Self {
style.insert(stripped.to_string(), value.clone()); style.insert(stripped.to_string(), value.clone());
} }
// Keep styles in the other map, so it's easier to transition // Keep styles in the other map, so they can still be looked up by their full paths.
other.insert(key, value); other.insert(key, value);
} }