From 732159b662c325778630868de63d051f30535d27 Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 6 Feb 2023 21:13:06 -0500 Subject: [PATCH] fixup outdated comment for check_mime_type --- src/check.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/check.rs b/src/check.rs index c5aff1e..902f792 100644 --- a/src/check.rs +++ b/src/check.rs @@ -16,7 +16,7 @@ use crate::{ warning, QuestionAction, QuestionPolicy, Result, }; -/// Check, for each file, if the mime type matches the detected extensions. +/// Check if the mime type matches the detected extensions. /// /// In case the file doesn't has any extensions, try to infer the format. ///