diff --git a/doc/go1.16.html b/doc/go1.16.html
index e1e8c7a833..7ddb4a935e 100644
--- a/doc/go1.16.html
+++ b/doc/go1.16.html
@@ -982,6 +982,13 @@ func TestFoo(t *testing.T) {
io/fs package.
This should not affect any existing code.
+ The new DirFS function
+ provides an implementation of
+ fs.FS backed by a tree
+ of operating system files.
+