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

Jon Shier jon at jonshier.com
Tue Sep 4 15:29:59 PDT 2012


If only clang could be used to check sample code on webpages. :P

On Sep 4, 2012, at 3:34 PM, 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