diff --git a/src/header.rs b/src/header.rs index fa9f4f3..6295805 100644 --- a/src/header.rs +++ b/src/header.rs @@ -8,7 +8,7 @@ use crate::error::{Error, Result}; use crate::types::{Channels, ColorSpace}; use crate::utils::unlikely; -/// QOI image header. +/// Image header: dimensions, channels, color space. /// /// ### Notes /// A valid image header must satisfy the following conditions: