[Issue 10167] New: Wrong Document Comment on std.format.d(181)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat May 25 04:13:39 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10167
Summary: Wrong Document Comment on std.format.d(181)
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-25 04:13:38 PDT ---
https://github.com/D-Programming-Language/phobos/blob/96c51fae9b12b0c09df7e28acdd0b3a400f35323/std/format.d
line 181-182:
$(TR $(TD $(B ' ')) $(TD numeric)) $(TD Prefix positive
numbers in a signed conversion with a space.))
should be:
$(TR $(TD $(B ' ')) $(TD numeric) $(TD Prefix positive
numbers in a signed conversion with a space.))
with an extra ')' removed.
--
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