From 300f24400ae5c9336c003ea5452ddb0a98d93783 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 1 Jun 2023 15:12:42 +0200 Subject: [PATCH] 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 --- doc/go1.21.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.44.0