[Issue 10167] Wrong Document Comment on std.format.d(181)

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


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



--- Comment #3 from Ryuichi OHORI <r.97all at gmail.com> 2013-05-28 01:16:28 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