doc/go1.21: fix HTML tag

Fix a broken HTML tag.

Change-Id: I9e7c65c2cc12c7b14ca205f78b78ac1e9c92a3ad
Reviewed-on: https://go-review.googlesource.com/c/go/+/499355
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Bypass: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
This commit is contained in:
Cherry Mui 2023-05-30 14:59:55 -04:00
parent 77bdf6d0e0
commit 348fd6389b

View File

@ -667,7 +667,7 @@ Do not send CLs removing the interior tags from such phrases.
<p><!-- CL 480135 -->
On Windows the
<a href="/pkg/os#File.Chdir"><code>File.Chdir></a> method
<a href="/pkg/os#File.Chdir"><code>File.Chdir</code></a> method
now changes the current directory to the file, rather than
always returning an error.
</p>