Skip to content

Commit e62fb0d

Browse files
authored
typo
1 parent 6469358 commit e62fb0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func main() {
102102
fmt.Println("Extension not supported")
103103
}
104104

105-
// Check if file is supported by extension
105+
// Check if file is supported by mime type
106106
if filetype.IsMIMESupported("image/jpeg") {
107107
fmt.Println("MIME type supported")
108108
} else {

0 commit comments

Comments
 (0)