doc/go1.18.html: fix a typo

This commit is contained in:
gosoon 2021-10-20 18:51:45 +08:00 committed by tianfeiyu
parent d2ec73c1bf
commit 8d55dc7b86
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>