]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.16: reword ambiguously parsable sentence
authorBrad Fitzpatrick <bradfitz@golang.org>
Sat, 23 Jan 2021 04:21:22 +0000 (20:21 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 23 Jan 2021 19:46:06 +0000 (19:46 +0000)
Change-Id: Idc54967e962352a598c9d4c563d1d9f51ec5c889
Reviewed-on: https://go-review.googlesource.com/c/go/+/285680
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Brad Fitzpatrick <bradfitz@golang.org>

doc/go1.16.html

index d7714888f2825ace00e3edf3e1fd3d448fe4b74c..9c8919e5c236332831a0a325f78f75699b3c4254 100644 (file)
@@ -461,10 +461,10 @@ func TestFoo(t *testing.T) {
 
 <p>
   The new <a href="/pkg/io/fs/"><code>io/fs</code></a> package
-  defines an abstraction for read-only trees of files,
-  the <a href="/pkg/io/fs/#FS"><code>fs.FS</code></a> interface,
-  and the standard library packages have
-  been adapted to make use of the interface as appropriate.
+  defines the <a href="/pkg/io/fs/#FS"><code>fs.FS</code></a> interface,
+  an abstraction for read-only trees of files.
+  The standard library packages have been adapted to make use
+  of the interface as appropriate.
 </p>
 
 <p>