[Issue 5912] New: Small typos throughout Phobos and DMD documentation
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sat Apr 30 13:29:54 PDT 2011
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=5912
           Summary: Small typos throughout Phobos and DMD documentation
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: andrej.mitrovich at gmail.com
--- Comment #0 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2011-04-30 13:26:06 PDT ---
These are from the 2.052 release.
std.range:
line 207: returns $(D false) iff 
change to: returns $(D false) if
line 580: iff the range supports 
change to: if the range supports
line 1982: iff there are no more
change to: if there are no more
line 2843: offers random access iff 
change to: offers random access if
std.conv:
line 3839: Give an unsigned iff 
change to: Give an unsigned if
std.encoding:
line 1298: Returns true iff
change to: Returns true if
std.traits:
line 2225: Returns $(D true) iff
change to: Returns $(D true) if
std.variant:
line 251: Returns: true iff 
change to: Returns: true if
src/dmd/backend/el.c:
line 2031: Needed iff floating point
change to: Needed if floating point
It looks like someone needs a new keyboard! :)
-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list