[cfe-dev] Bug/typo on Objective-C Literals page

Kurt Arnlund kurt at ingeniousartsandtechnologies.com
Tue Sep 4 12:34:04 PDT 2012


There is an error on the Objective-C Literals page: http://clang.llvm.org/docs/ObjectiveCLiterals.html

In the section "Boxed C Strings"

NSMutableDictionary *options = [NSMutableArray new];

should be

NSMutableDictionary *options = [NSMutableDictionary new];

Kurt



More information about the cfe-dev mailing list