Navigation Menu

Skip to content

Commit

Permalink
Fixed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Oct 2, 2012
1 parent 1ee5cbc commit 9d1e7f5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Core/Source/NSString+DTUTI.h
Expand Up @@ -16,11 +16,9 @@
*/

/**
* Method to get the MIME-Type for the given file extension. If no MIME-Type can be determined then 'application/octet-stream' is returned.
*
* @param extension the file extension
*
* @return the recommended MIME-Type for the given path extension.
Method to get the MIME-Type for the given file extension. If no MIME-Type can be determined then 'application/octet-stream' is returned.
@param extension the file extension
@return the recommended MIME-Type for the given path extension.
*/
+ (NSString *)MIMETypeForFileExtension:(NSString *)extension;

Expand Down

0 comments on commit 9d1e7f5

Please sign in to comment.