Update Header docstring

This commit is contained in:
Ivan Smirnov 2022-01-04 01:59:58 +03:00
parent bbbdb86ef1
commit 86d5462958

View file

@ -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: