From a59ab29bf2164730e3e6d5439c6ec4b1e46adcc4 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 29 Nov 2021 11:05:41 -0500 Subject: [PATCH] doc/go1.18: use instead of
 for target
 specification

For #47694.

Signed-off-by: Jason A. Donenfeld 
Change-Id: I38c2fd9b57fbbacf220a2bc679f67e2dfdcc7cb1
Reviewed-on: https://go-review.googlesource.com/c/go/+/367514
Reviewed-by: Dmitri Shuralyov 
---
 doc/go1.18.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/go1.18.html b/doc/go1.18.html
index 1788e97663..022541b83d 100644
--- a/doc/go1.18.html
+++ b/doc/go1.18.html
@@ -194,7 +194,7 @@ proposal.
 

Runtime

- The

windows/arm
and
windows/arm64
ports now support + The windows/arm and windows/arm64 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.