From 86d5462958737435d4115c687b78d7691f4a48f2 Mon Sep 17 00:00:00 2001 From: Ivan Smirnov Date: Tue, 4 Jan 2022 01:59:58 +0300 Subject: [PATCH] Update Header docstring --- src/header.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: