Skip to content

Commit

Permalink
doc/go1.16: reword ambiguously parsable sentence
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bradfitz committed Jan 23, 2021
1 parent cd99385 commit 9897655
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/go1.16.html
Original file line number Diff line number Diff line change
Expand Up @@ -461,10 +461,10 @@ <h3 id="fs">File Systems</h3>

<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>
Expand Down

0 comments on commit 9897655

Please sign in to comment.