Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
moorscode authored and kornelski committed Oct 5, 2022
1 parent a6319cb commit 905adc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ pub struct RGBA<ComponentType, AlphaComponentType = ComponentType> {

/// 8-bit RGB
///
/// The colorspace is techincally undefined, but generally sRGB is assumed.
/// The colorspace is technically undefined, but generally sRGB is assumed.
pub type RGB8 = RGB<u8>;

/// 16-bit RGB in machine's native endian
Expand Down

0 comments on commit 905adc6

Please sign in to comment.