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

@ -6,6 +6,7 @@ $(VERSION 057, ddd mm, 2011, =================================================,
) )
$(LIBBUGSFIXED $(LIBBUGSFIXED
$(LI $(BUGZILLA 6990): std.string.splitlines deprecation doc missing a word)
) )
) )

View file

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