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

Jordan Rose jordan_rose at apple.com
Wed Sep 5 19:20:54 PDT 2012


Fixed in r163286. Thanks, Kurt!


On Sep 4, 2012, at 12:34 , Kurt Arnlund <kurt at ingeniousartsandtechnologies.com> wrote:

> 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
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev




More information about the cfe-dev mailing list