doc/go1.18: use <code> instead of <pre> for target specification

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>
This commit is contained in:
Jason A. Donenfeld 2021-11-29 11:05:41 -05:00
parent 1ea4d3b911
commit a59ab29bf2

View 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.