http://d.puremagic.com/issues/show_bug.cgi?id=3591

           Summary: TemplateIdentifier rule is misspelled
           Product: D
           Version: 2.036
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: www.digitalmars.com
        AssignedTo: nob...@puremagic.com
        ReportedBy: jlqu...@optonline.net


--- Comment #0 from Jerry Quinn <jlqu...@optonline.net> 2009-12-07 07:41:09 PST 
---
http://digitalmars.com/d/2.0/template.html

TemplateInstance:
    TemplateIdentifer !( TemplateArgumentList )

TemplateIdentifer:
    Identifer

Identifer and TemplateIdentifer should be spelled with an 'i':

TemplateInstance:
    TemplateIdentifier !( TemplateArgumentList )

TemplateIdentifier:
    Identifier

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to