fix: incorrect docs

This commit is contained in:
2026-01-06 06:40:03 +03:00
parent 56866c39a4
commit ef66e7a1b5
4 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ fn rgb_to_hsl(rgb: &Rgb) -> Hsl {
///
/// ### Example:
/// ```rust
/// use colorgram::{extract, Color};
/// use colorgram::extract;
/// use std::fs;
///
/// fn main() -> Result<(), Box<dyn std::error::Error>> {