]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.18.html: fix a typo
authorgosoon <tianfeiyu0@gmail.com>
Wed, 20 Oct 2021 11:13:29 +0000 (11:13 +0000)
committerIan Lance Taylor <iant@golang.org>
Tue, 26 Oct 2021 00:38:52 +0000 (00:38 +0000)
gofmt -> <code>gofmt</code>

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í <mvdan@mvdan.cc>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Daniel Martí <mvdan@mvdan.cc>

doc/go1.18.html

index 087a06c2805f8b790ebd27a66c878fc9f86abb88..985689cf3184e0276d1e3200830d1f9196e20912 100644 (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>