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:
Tobias Klauser 2023-06-01 15:12:42 +02:00 committed by Gopher Robot
parent 5dd68a3ba7
commit 300f24400a
1 changed files with 1 additions and 1 deletions

View File

@ -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>