Skip to content

Commit 9897655

Browse files
committed
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 <[email protected]> Trust: Brad Fitzpatrick <[email protected]>
1 parent cd99385 commit 9897655

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/go1.16.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -461,10 +461,10 @@ <h3 id="fs">File Systems</h3>
461461

462462
<p>
463463
The new <a href="/pkg/io/fs/"><code>io/fs</code></a> package
464-
defines an abstraction for read-only trees of files,
465-
the <a href="/pkg/io/fs/#FS"><code>fs.FS</code></a> interface,
466-
and the standard library packages have
467-
been adapted to make use of the interface as appropriate.
464+
defines the <a href="/pkg/io/fs/#FS"><code>fs.FS</code></a> interface,
465+
an abstraction for read-only trees of files.
466+
The standard library packages have been adapted to make use
467+
of the interface as appropriate.
468468
</p>
469469

470470
<p>

0 commit comments

Comments
 (0)