]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.17: fix typo
authorNick Miyake <nmiyake@users.noreply.github.com>
Fri, 18 Jun 2021 00:19:10 +0000 (00:19 +0000)
committerTobias Klauser <tobias.klauser@gmail.com>
Fri, 18 Jun 2021 11:01:12 +0000 (11:01 +0000)
Change-Id: Ie8629e0f710d3eb95b4bbcc9c680ffc5004c2f15
GitHub-Last-Rev: 52f48f429cdd65692b88f724f757efed1fa39cd2
GitHub-Pull-Request: golang/go#46812
Reviewed-on: https://go-review.googlesource.com/c/go/+/329289
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Tobias Klauser <tobias.klauser@gmail.com>

doc/go1.17.html

index f8d7aad0348cf589b8706f47ce4eec2224623222..64247094539f37e3efda535e4c18fa3457625b83 100644 (file)
@@ -162,7 +162,7 @@ Do not send CLs removing the interior tags from such phrases.
   By default, <code>go</code> <code>mod</code> <code>tidy</code> verifies that
   the selected versions of dependencies relevant to the main module are the same
   versions that would be used by the prior Go release (Go 1.16 for a module that
-  spsecifies <code>go</code> <code>1.17</code>), and preserves
+  specifies <code>go</code> <code>1.17</code>), and preserves
   the <code>go.sum</code> entries needed by that release even for dependencies
   that are not normally needed by other commands.
 </p>