diff --git a/doc/go1.16.html b/doc/go1.16.html index d7714888f2..9c8919e5c2 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -461,10 +461,10 @@ func TestFoo(t *testing.T) {

The new io/fs package - defines an abstraction for read-only trees of files, - the fs.FS interface, - and the standard library packages have - been adapted to make use of the interface as appropriate. + defines the fs.FS interface, + an abstraction for read-only trees of files. + The standard library packages have been adapted to make use + of the interface as appropriate.