diff --git a/doc/go1.16.html b/doc/go1.16.html
index 2ff763f9b62..edac1dbd354 100644
--- a/doc/go1.16.html
+++ b/doc/go1.16.html
@@ -379,7 +379,7 @@ func TestFoo(t *testing.T) {
summarizing its execution time and memory allocation. This trace can
be used to find bottlenecks or regressions in Go startup
performance.
- The GODEBUG
<
+ The GODEBUG
documentation describes the format.
On the producer side of the interface,
- the new embed.FS type
+ the new embed.FS
type
implements fs.FS
, as does
zip.Reader
.
The new os.DirFS
function