From b2dfec100afa7739dc1845f1009dad2d7163116c Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 24 Feb 2022 10:02:52 +0100 Subject: [PATCH] doc/go1.18: fix typo in AMD64 port section Change-Id: I234ae7988fd3c7a41c08e72664f8db811eb23bb1 Reviewed-on: https://go-review.googlesource.com/c/go/+/387854 Trust: Tobias Klauser Reviewed-by: Matt Layher Reviewed-by: Keith Randall --- 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 8c786b94fc..2af5e04f98 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -182,7 +182,7 @@ Do not send CLs removing the interior tags from such phrases.

Go 1.18 introduces the new GOAMD64 environment variable, which selects at compile time - a mininum target version of the AMD64 architecture. Allowed values are v1, + a minimum target version of the AMD64 architecture. Allowed values are v1, v2, v3, or v4. Each higher level requires, and takes advantage of, additional processor features. A detailed description can be found -- 2.48.1