doc/go1.18.html: fix a typo

gofmt -> <code>gofmt</code>

Change-Id: Idc01b01d8eb185f5e378000d11d622935b14db6e
GitHub-Last-Rev: 8d55dc7b86
GitHub-Pull-Request: golang/go#49084
Reviewed-on: https://go-review.googlesource.com/c/go/+/357251
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Daniel Martí <mvdan@mvdan.cc>
This commit is contained in:
gosoon 2021-10-20 11:13:29 +00:00 committed by Ian Lance Taylor
parent b36b001ff1
commit 0ec1b62ee2
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ Do not send CLs removing the interior tags from such phrases.
<p><!-- https://golang.org/issue/43566 -->
<code>gofmt</code> now reads and formats input files concurrently, with a
memory limit proportional to <code>GOMAXPROCS</code>. On a machine with
multiple CPUs, gofmt should now be significantly faster.
multiple CPUs, <code>gofmt</code> should now be significantly faster.
</p>