]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.18: use <code> instead of <pre> for target specification
authorJason A. Donenfeld <Jason@zx2c4.com>
Mon, 29 Nov 2021 16:05:41 +0000 (11:05 -0500)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 29 Nov 2021 16:08:23 +0000 (16:08 +0000)
For #47694.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Change-Id: I38c2fd9b57fbbacf220a2bc679f67e2dfdcc7cb1
Reviewed-on: https://go-review.googlesource.com/c/go/+/367514
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
doc/go1.18.html

index 1788e97663f2b37cc2e93c4c1ac7a0f27497cfc6..022541b83de9ff19527413689d55d62a03558540 100644 (file)
@@ -194,7 +194,7 @@ proposal</a>.
 <h2 id="runtime">Runtime</h2>
 
 <p><!-- https://golang.org/issue/49759 -->
-  The <pre>windows/arm</pre> and <pre>windows/arm64</pre> ports now support
+  The <code>windows/arm</code> and <code>windows/arm64</code> ports now support
   non-cooperative preemption, bringing that capability to all four Windows
   ports, which should hopefully address subtle bugs encountered when calling
   into Win32 functions that block for extended periods of time.