From: Tobias Klauser Date: Thu, 1 Jun 2023 13:12:42 +0000 (+0200) Subject: doc/go1.21: fix io/fs.ReadDirFS link formatting X-Git-Tag: go1.21rc1~134 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=300f24400ae5c9336c003ea5452ddb0a98d93783;p=gostls13.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 Run-TryBot: Tobias Klauser TryBot-Result: Gopher Robot Reviewed-by: Ian Lance Taylor Reviewed-by: Eli Bendersky --- diff --git a/doc/go1.21.html b/doc/go1.21.html index e9ab899405..e1f10ef929 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -781,7 +781,7 @@ Do not send CLs removing the interior tags from such phrases. io/fs.FS interface returned by the DirFS function now implements the io/fs.ReadFileFS and - the ios/fs.ReadDirFS + the io/fs.ReadDirFS interfaces.