]> Cypherpunks.ru repositories - gostls13.git/commitdiff
doc: add missing html tags
authorcui fliter <imcusg@gmail.com>
Wed, 13 Dec 2023 14:50:17 +0000 (22:50 +0800)
committerMichael Pratt <mpratt@google.com>
Thu, 14 Dec 2023 18:17:28 +0000 (18:17 +0000)
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>
doc/go1.22.html

index a2ae843bc7d7ad7226efd4eaa5ba8d5d275c19bb..3a441f4cf750087903645cddd0e9d231594aecd9 100644 (file)
@@ -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