Removing borking characters from CPURLResponse.j

This commit is contained in:
Marc Chung
2009-02-04 11:26:33 -07:00
committed by Ross Boucher
parent 0e965f73b7
commit 40def352d9
+6 -6
View File
@@ -53,13 +53,13 @@
}
/*
Creating a Response
Ð initWithURL:MIMEType:expectedContentLength:textEncodingName:
initWithURL:MIMEType:expectedContentLength:textEncodingName:
Getting the Response Properties
Ð expectedContentLength
Ð suggestedFilename
Ð MIMEType
Ð textEncodingName
Ð URL
expectedContentLength
suggestedFilename
MIMEType
textEncodingName
URL
*/
@end