mirror of
https://github.com/golang/go
synced 2024-11-12 02:10:21 -07:00
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>
This commit is contained in:
parent
cd99385ff4
commit
9897655c61
@ -461,10 +461,10 @@ func TestFoo(t *testing.T) {
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
The new <a href="/pkg/io/fs/"><code>io/fs</code></a> package
|
The new <a href="/pkg/io/fs/"><code>io/fs</code></a> package
|
||||||
defines an abstraction for read-only trees of files,
|
defines the <a href="/pkg/io/fs/#FS"><code>fs.FS</code></a> interface,
|
||||||
the <a href="/pkg/io/fs/#FS"><code>fs.FS</code></a> interface,
|
an abstraction for read-only trees of files.
|
||||||
and the standard library packages have
|
The standard library packages have been adapted to make use
|
||||||
been adapted to make use of the interface as appropriate.
|
of the interface as appropriate.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user