Skip to content

Commit

Permalink
Fixed mime.type() comments now that ".ext" is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 3, 2010
1 parent 1f12c53 commit 750623b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/express/mime.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@ exports.types = {

/**
* Return the mime type associated with _path_,
* where _path_ may be an extension, or full
* file path.
* where _path_ may be a file path or the type of file
* such as "png".
*
* By default 'application/octet-stream' is returned,
* however this can be altered using the 'default mime type'
Expand Down

0 comments on commit 750623b

Please sign in to comment.