summaryrefslogtreecommitdiff
path: root/src/attributes/color.rs
diff options
context:
space:
mode:
authorseancarroll <seanc28@gmail.com>2021-03-22 19:57:23 -0500
committerseancarroll <seanc28@gmail.com>2021-03-22 19:57:23 -0500
commit4d924969fdd445a3dc16938d8968c080cab2ff31 (patch)
tree9e9f0adfb05e77855a2048f7d0f853e1476d3178 /src/attributes/color.rs
parentd0490675e60adea4202cf61d96dd4b1e1d4abd3e (diff)
downloaddotavious-4d924969fdd445a3dc16938d8968c080cab2ff31.zip
some minor tweaks
Diffstat (limited to 'src/attributes/color.rs')
-rw-r--r--src/attributes/color.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attributes/color.rs b/src/attributes/color.rs
index 92a26eb..029707c 100644
--- a/src/attributes/color.rs
+++ b/src/attributes/color.rs
@@ -91,7 +91,7 @@ impl<'a> DotString<'a> for ColorList<'a> {
}
}
-/// Convert an element like `(i, j)` into a WeightedColor
+/// Convert an element like `(Color, Option<f32>)` into a WeightedColor
pub trait IntoWeightedColor<'a> {
fn into_weighted_color(self) -> WeightedColor<'a>;
}