mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 22:50:38 +03:00
Minor fix to deprecation message on std.string.splitLines.
http://d.puremagic.com/issues/show_bug.cgi?id=6990
This commit is contained in:
parent
29db568766
commit
5d90bc3f10
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ $(VERSION 057, ddd mm, 2011, =================================================,
|
||||||
)
|
)
|
||||||
|
|
||||||
$(LIBBUGSFIXED
|
$(LIBBUGSFIXED
|
||||||
|
$(LI $(BUGZILLA 6990): std.string.splitlines deprecation doc missing a word)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue