From: Brad Fitzpatrick Date: Sat, 23 Jan 2021 04:21:22 +0000 (-0800) Subject: doc/go1.16: reword ambiguously parsable sentence X-Git-Tag: go1.16rc1~28 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9897655c615584c5a70b7a2d89028c014fc5f29b;p=gostls13.git doc/go1.16: reword ambiguously parsable sentence Change-Id: Idc54967e962352a598c9d4c563d1d9f51ec5c889 Reviewed-on: https://go-review.googlesource.com/c/go/+/285680 Reviewed-by: Ian Lance Taylor Trust: Brad Fitzpatrick --- 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.