[Issue 10188] New: Wrong Document Comment on std.format.d(176)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue May 28 01:17:17 PDT 2013


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

           Summary: Wrong Document Comment on std.format.d(176)
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: r.97all at gmail.com


--- Comment #0 from Ryuichi OHORI <r.97all at gmail.com> 2013-05-28 01:17:17 PDT ---
I found that line 176 of std.format.d is wrong:
$(TR $(TD $(B '#')) $(TD numeric ($(B '0'))) $(TD Use leading
and thought it should be:
$(TR $(TD $(B '0')) $(TD numeric ($(B '0'))) $(TD Use leading
but Mr. Kenji Hara pointed that actually I could remove unnecessary text and
made it:
$(TR $(TD $(B '0')) $(TD numeric) $(TD Use leading

Sorry for making incomplete pull request first:
https://github.com/D-Programming-Language/phobos/pull/1307

-- 
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