mirror of https://github.com/golang/go.git
doc/go1.21: fix io/fs.ReadDirFS link formatting
Change-Id: I348ac0c0e098f027b8d608a260ee9437d2b77539 Reviewed-on: https://go-review.googlesource.com/c/go/+/499835 Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Eli Bendersky <eliben@google.com>
This commit is contained in:
parent
5dd68a3ba7
commit
300f24400a
|
|
@ -781,7 +781,7 @@ Do not send CLs removing the interior tags from such phrases.
|
|||
<a href="/pkg/io/fs/#FS"><code>io/fs.FS</code></a> interface returned by
|
||||
the <a href="/pkg/os/#DirFS"><code>DirFS</code></a> function now implements
|
||||
the <a href="/pkg/io/fs/#ReadFileFS"><code>io/fs.ReadFileFS</code></a> and
|
||||
the <a href="/pkg/io/fs/#ReadDirFS"><code></code>ios/fs.ReadDirFS</a>
|
||||
the <a href="/pkg/io/fs/#ReadDirFS"><code>io/fs.ReadDirFS</code></a>
|
||||
interfaces.
|
||||
</p>
|
||||
</dd>
|
||||
|
|
|
|||
Loading…
Reference in New Issue