Skip to content

Commit ac06c03

Browse files
committed
Fix typo
1 parent 8416b7e commit ac06c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

palette/src/rgb/packed.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ use crate::Pixel;
5151
/// type will disregard the alpha value.
5252
///
5353
/// `Packed` implements [Pixel](encoding/pixel/trait.Pixel.html) and can be
54-
/// contructed from a slice of `&[u32]`.
54+
/// constructed from a slice of `&[u32]`.
5555
///
5656
/// ```
5757
/// use palette::{Packed, Pixel};

0 commit comments

Comments
 (0)