Cocoa Doc Typo
Cocoa Doc Typo
- Subject: Cocoa Doc Typo
- From: Terry Simons <email@hidden>
- Date: Sat, 27 Jul 2002 23:27:18 -0600
I think I found a typo in the Cocoa Documentation.
In
"file://localhost/System/Library/Frameworks/Foundation.framework/Versions/
C/Resources/English.lproj/Documentation/Reference/ObjC_classic/Classes/NSMutableDictionary.
html"
The line:
id anObject = [aDictionary objectForKey:theKey] retain];
Should read:
id anObject = [ [aDictionary objectForKey:theKey] retain];
What's the proper way to report typos?
- Terry
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.