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.)

TempDir 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 TempFile, if the pattern contains a '*', the random string replaces the last '*'.