aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshihiro Shiino <shiino.toshihiro@gmail.com>2020-02-08 10:41:30 +0000
committerEmmanuel Odeke <emm.odeke@gmail.com>2020-02-08 16:15:48 +0000
commitca8bf6380910274c4f0d9ac913fdc5d432063ac0 (patch)
tree364d9c60735bf39e9d0ea305e65487c0d00030fe
parenta52821569310ca3807f74993af4019dfcaa74cfe (diff)
downloadgo-ca8bf6380910274c4f0d9ac913fdc5d432063ac0.tar.gz
go-ca8bf6380910274c4f0d9ac913fdc5d432063ac0.zip
doc/go1.14: add link to TempFile in io/ioutil
For convenience, TempFile in io/ioutil now has a link to the document. Updates #36878 Change-Id: I5c22f57c886badd8ca423e34527c4b4bb029847b Reviewed-on: https://go-review.googlesource.com/c/go/+/218637 Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
-rw-r--r--doc/go1.14.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/go1.14.html b/doc/go1.14.html
index 5369c43944..5bc609a860 100644
--- a/doc/go1.14.html
+++ b/doc/go1.14.html
@@ -572,7 +572,8 @@ appropriately.)
<dd>
<p><!-- CL 198488 -->
<a href="/pkg/io/ioutil/#TempDir"><code>TempDir</code></a> can now create directories
- whose names have predictable prefixes and suffixes. As with TempFile, if the pattern
+ whose names have predictable prefixes and suffixes.
+ As with <a href="/pkg/io/ioutil/#TempFile"><code>TempFile</code></a>, if the pattern
contains a '*', the random string replaces the last '*'.
</p>
</dd>