diff --git a/doc/go1.21.html b/doc/go1.21.html
index 9a159e747d..970ff47394 100644
--- a/doc/go1.21.html
+++ b/doc/go1.21.html
@@ -771,10 +771,19 @@ Do not send CLs removing the interior tags from such phrases.
io/fs.DirEntry
interface returned by the
ReadDir function and
- the File.ReadDir
+ the File.ReadDir
method now implements a String method that calls
io/fs.FormatDirEntry.
+ The implementation of the
+ io/fs.FS interface returned by
+ the DirFS function now implements
+ the io/fs.ReadFileFS and
+ the ios/fs.ReadDirFS
+ interfaces.
+