aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2023-12-13 22:50:17 +0800
committerMichael Pratt <mpratt@google.com>2023-12-14 18:17:28 +0000
commit3b5537739428fc6983ccc913b5a73de594124ae4 (patch)
treedbd3637ae04bc1bfa2eb7017fb8b49e8ccd14f45
parent527829a7cba4ded29f98fae97f8bab9de247d5fe (diff)
downloadgo-3b5537739428fc6983ccc913b5a73de594124ae4.tar.gz
go-3b5537739428fc6983ccc913b5a73de594124ae4.zip
doc: add missing html tags
Change-Id: Ieb1a9efdff571f402dd44815e0fbe2cf5a2d55b1 Reviewed-on: https://go-review.googlesource.com/c/go/+/549355 Reviewed-by: Michael Pratt <mpratt@google.com> Run-TryBot: shuang cui <imcusg@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com>
-rw-r--r--doc/go1.22.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/go1.22.html b/doc/go1.22.html
index a2ae843bc7..3a441f4cf7 100644
--- a/doc/go1.22.html
+++ b/doc/go1.22.html
@@ -326,7 +326,7 @@ defer func() {
<dl id="archive/tar"><dt><a href="/pkg/archive/tar/">archive/tar</a></dt>
<dd>
<p><!-- https://go.dev/issue/58000, CL 513316 -->
- The new method <a href="/pkg/archive/tar#Writer.AddFS"<code>Writer.AddFS</code></a> adds all of the files from an <a href="/pkg/io/fs#FS"><code>fs.FS</code></a> to the archive.
+ The new method <a href="/pkg/archive/tar#Writer.AddFS"><code>Writer.AddFS</code></a> adds all of the files from an <a href="/pkg/io/fs#FS"><code>fs.FS</code></a> to the archive.
</p>
<p><!-- https://go.dev/issue/50102, CL 514235 -->
@@ -338,7 +338,7 @@ defer func() {
<dl id="archive/zip"><dt><a href="/pkg/archive/zip/">archive/zip</a></dt>
<dd>
<p><!-- https://go.dev/issue/54898, CL 513438 -->
- The new method <a href="/pkg/archive/zip#Writer.AddFS"<code>Writer.AddFS</code></a> adds all of the files from an <a href="/pkg/io/fs#FS"><code>fs.FS</code></a> to the archive.
+ The new method <a href="/pkg/archive/zip#Writer.AddFS"><code>Writer.AddFS</code></a> adds all of the files from an <a href="/pkg/io/fs#FS"><code>fs.FS</code></a> to the archive.
</p>
</dd>
</dl><!-- archive/zip -->
@@ -703,7 +703,7 @@ defer func() {
<dl id="os/exec"><dt><a href="/pkg/os/exec/">os/exec</a></dt>
<dd>
<p><!-- CL 528037 -->
- On Windows, <a href="/pkg/os/exec#LookPath"><code>LookPath</code> now
+ On Windows, <a href="/pkg/os/exec#LookPath"><code>LookPath</code></a> now
ignores empty entries in <code>%PATH%</code>, and returns
<code>ErrNotFound</code> (instead of <code>ErrNotExist</code>) if
no executable file extension is found to resolve an otherwise-unambiguous