]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.17: fix typo "avoding" -> "avoiding"
authorJeff Widman <jeff@jeffwidman.com>
Tue, 18 May 2021 06:09:20 +0000 (06:09 +0000)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Tue, 18 May 2021 07:50:25 +0000 (07:50 +0000)
Change-Id: Ice4a6e7ec8175caf3f049ac1ca39929059f90e9c
GitHub-Last-Rev: a2d59d55511ac7825cbeca6651a79b1060d90de3
GitHub-Pull-Request: golang/go#46227
Reviewed-on: https://go-review.googlesource.com/c/go/+/320729
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com>
Trust: Alberto Donizetti <alb.donizetti@gmail.com>

doc/go1.17.html

index cf856a1e735dbb18a11de000655cfd559ac58155..4b2f4bce7964dc7de4aa69184ca64086e7825c68 100644 (file)
@@ -60,7 +60,7 @@ Do not send CLs removing the interior tags from such phrases.
 <p><!-- golang.org/issue/36460 -->
   If a module specifies <code>go</code> <code>1.17</code> or higher in its
   <code>go.mod</code> file, its transitive requirements are now loaded lazily,
-  avoding the need to download or read <code>go.mod</code> files for
+  avoiding the need to download or read <code>go.mod</code> files for
   otherwise-irrelevant dependencies. To support lazy loading, in Go 1.17 modules
   the <code>go</code> command maintains <em>explicit</em> requirements in
   the <code>go.mod</code> file for every dependency that provides any package