From 8d55dc7b86ce0f7dfbdbd57c349b4c472eccf907 Mon Sep 17 00:00:00 2001 From: gosoon Date: Wed, 20 Oct 2021 18:51:45 +0800 Subject: [PATCH] doc/go1.18.html: fix a typo --- 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 d95e55e1ad..0f3d7bf91f 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.