Skip to content

Commit 175082d

Browse files
authored
Merge pull request #5118 from aG0aep6G/17176
fix issue 17176 - https://dlang.org/phobos/std_stdio.html#.File.tmpfi… merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2 parents 3f1dfb9 + 565ab34 commit 175082d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

std/stdio.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1800,8 +1800,8 @@ is recommended if you want to process a complete file.
18001800
}
18011801

18021802
/**
1803-
Returns a temporary file by calling $(HTTP
1804-
cplusplus.com/reference/clibrary/cstdio/_tmpfile.html, _tmpfile).
1803+
Returns a temporary file by calling
1804+
$(HTTP cplusplus.com/reference/clibrary/cstdio/_tmpfile.html, _tmpfile).
18051805
Note that the created file has no $(LREF name).*/
18061806
static File tmpfile() @safe
18071807
{

0 commit comments

Comments
 (0)