fixup outdated comment for check_mime_type

This commit is contained in:
figsoda 2023-02-06 21:13:06 -05:00 committed by GitHub
parent 8102260da4
commit 732159b662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
///