From: gosoon Date: Wed, 20 Oct 2021 11:13:29 +0000 (+0000) Subject: doc/go1.18.html: fix a typo X-Git-Tag: go1.18beta1~762 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0ec1b62ee28c633265036664c21a5cb22086f231;p=gostls13.git doc/go1.18.html: fix a typo gofmt -> gofmt Change-Id: Idc01b01d8eb185f5e378000d11d622935b14db6e GitHub-Last-Rev: 8d55dc7b86ce0f7dfbdbd57c349b4c472eccf907 GitHub-Pull-Request: golang/go#49084 Reviewed-on: https://go-review.googlesource.com/c/go/+/357251 Reviewed-by: Daniel Martí Reviewed-by: Ian Lance Taylor Trust: Daniel Martí --- diff --git a/doc/go1.18.html b/doc/go1.18.html index 087a06c280..985689cf31 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -98,7 +98,7 @@ Do not send CLs removing the interior tags from such phrases.

gofmt now reads and formats input files concurrently, with a memory limit proportional to GOMAXPROCS. On a machine with - multiple CPUs, gofmt should now be significantly faster. + multiple CPUs, gofmt should now be significantly faster.