mirror of
https://github.com/golang/go
synced 2024-11-02 15:37:45 +00:00
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 <tobias.klauser@gmail.com> Reviewed-by: Matt Layher <mdlayher@gmail.com> Reviewed-by: Keith Randall <khr@golang.org>
This commit is contained in:
parent
78e99761fc
commit
b2dfec100a
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ Do not send CLs removing the interior tags from such phrases.
|
|||
|
||||
<p><!-- CL 349595 -->
|
||||
Go 1.18 introduces the new <code>GOAMD64</code> environment variable, which selects at compile time
|
||||
a mininum target version of the AMD64 architecture. Allowed values are <code>v1</code>,
|
||||
a minimum target version of the AMD64 architecture. Allowed values are <code>v1</code>,
|
||||
<code>v2</code>, <code>v3</code>, or <code>v4</code>. Each higher level requires,
|
||||
and takes advantage of, additional processor features. A detailed
|
||||
description can be found
|
||||
|
|
Loading…
Reference in a new issue