We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8416b7e commit ac06c03Copy full SHA for ac06c03
palette/src/rgb/packed.rs
@@ -51,7 +51,7 @@ use crate::Pixel;
51
/// type will disregard the alpha value.
52
///
53
/// `Packed` implements [Pixel](encoding/pixel/trait.Pixel.html) and can be
54
-/// contructed from a slice of `&[u32]`.
+/// constructed from a slice of `&[u32]`.
55
56
/// ```
57
/// use palette::{Packed, Pixel};
0 commit comments