Skip to content

Commit 9d200c7

Browse files
authored
Merge pull request #146 from ksckaan1/patch-1
typo
2 parents 6469358 + e62fb0d commit 9d200c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)