We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1dfb9 commit 565ab34Copy full SHA for 565ab34
std/stdio.d
@@ -1800,8 +1800,8 @@ is recommended if you want to process a complete file.
1800
}
1801
1802
/**
1803
- Returns a temporary file by calling $(HTTP
1804
- cplusplus.com/reference/clibrary/cstdio/_tmpfile.html, _tmpfile).
+ Returns a temporary file by calling
+ $(HTTP cplusplus.com/reference/clibrary/cstdio/_tmpfile.html, _tmpfile).
1805
Note that the created file has no $(LREF name).*/
1806
static File tmpfile() @safe
1807
{
0 commit comments