From 6f22d2c682d5fb7e8c4e9d2ab3e6a762756c1e30 Mon Sep 17 00:00:00 2001 From: Nick Miyake Date: Fri, 18 Jun 2021 00:19:10 +0000 Subject: [PATCH] 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 --- doc/go1.17.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.50.0