From 9d1e7f57f10115662a85767a7540ed498f5fe76e Mon Sep 17 00:00:00 2001 From: Oliver Drobnik Date: Tue, 2 Oct 2012 10:49:06 +0200 Subject: [PATCH] Fixed comments --- Core/Source/NSString+DTUTI.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Core/Source/NSString+DTUTI.h b/Core/Source/NSString+DTUTI.h index 4c54e8c9..a8a7253d 100644 --- a/Core/Source/NSString+DTUTI.h +++ b/Core/Source/NSString+DTUTI.h @@ -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;