aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2021-01-22 20:21:22 -0800
committerBrad Fitzpatrick <bradfitz@golang.org>2021-01-23 19:46:06 +0000
commit9897655c615584c5a70b7a2d89028c014fc5f29b (patch)
treea3da219d7d838077e0bc86797f2fb5a42215d902 /doc
parentcd99385ff4a4b7534c71bb92420da6f462c5598e (diff)
downloadgo-9897655c615584c5a70b7a2d89028c014fc5f29b.tar.gz
go-9897655c615584c5a70b7a2d89028c014fc5f29b.zip
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 <iant@golang.org> Trust: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.16.html8
1 files changed, 4 insertions, 4 deletions
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) {
<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>