Skip to content

Commit

Permalink
Update lib/marcel/mime_type.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Gannon McGibbon <[email protected]>
  • Loading branch information
elebow and gmcgibbon authored Apr 26, 2022
1 parent a1a45d3 commit d911502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/marcel/mime_type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def extend(type, extensions: [], parents: [], magic: nil)
# * +declared_type+: MIME type, if known
#
# The most appropriate type is the more specific of the following:
# * type determined by the magic number
# * type declared by binary magic number data
# * type determined by the first of file name, file extension, or declared MIME type
#
# If no type can be determined, then +application/octet-stream+ is returned.
Expand Down

0 comments on commit d911502

Please sign in to comment.