]> Cypherpunks.ru repositories - gostls13.git/commitdiff
doc/go1.21: fix HTML tag
authorCherry Mui <cherryyz@google.com>
Tue, 30 May 2023 18:59:55 +0000 (14:59 -0400)
committerCherry Mui <cherryyz@google.com>
Tue, 30 May 2023 19:27:48 +0000 (19:27 +0000)
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>
doc/go1.21.html

index 2de104219e0aac1bcd1ba915d8bafa8c7dc5dde7..b59378fe355c3ae7d340d5f87af10047b92b3429 100644 (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>