From: Nick Miyake Date: Fri, 18 Jun 2021 00:19:10 +0000 (+0000) Subject: doc/go1.17: fix typo X-Git-Tag: go1.17rc1~81 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6f22d2c682d5fb7e8c4e9d2ab3e6a762756c1e30;p=gostls13.git doc/go1.17: fix typo 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 Trust: Tobias Klauser --- diff --git a/doc/go1.17.html b/doc/go1.17.html index f8d7aad034..6424709453 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -162,7 +162,7 @@ Do not send CLs removing the interior tags from such phrases. By default, go mod tidy 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 go 1.17), and preserves + specifies go 1.17), and preserves the go.sum entries needed by that release even for dependencies that are not normally needed by other commands.