Minor fix to deprecation message on std.string.splitLines.

http://d.puremagic.com/issues/show_bug.cgi?id=6990
This commit is contained in:
jmdavis 2011-11-22 18:55:30 -08:00
parent 29db568766
commit 5d90bc3f10
2 changed files with 2 additions and 1 deletions

View file

@ -1363,7 +1363,7 @@ deprecated S repeat(S)(S s, size_t n)
/**************************************
* $(RED Scheduled for deprecation in January 2012.
* Please use $(LREF, splitLines) instead.)
* Please use $(LREF splitLines) instead.)
*
* Split s[] into an array of lines,
* using CR, LF, or CR-LF as the delimiter.