[Issue 6990] New: std.string.splitlines deprecation doc missing a word

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Nov 22 17:17:23 PST 2011


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

           Summary: std.string.splitlines deprecation doc missing a word
           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-11-22 17:16:29 PST ---
http://d-programming-language.org/phobos/std_string.html#splitlines

"Scheduled for deprecation in January 2012. Please use instead."

should be:

"Scheduled for deprecation in January 2012. Please use *splitLines* instead."

Not sure why it's not generated like that, the code is:

 * $(RED Scheduled for deprecation in January 2012.
 *       Please use $(LREF, splitLines) instead.)

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