From e2fdce9f16fa70af061f3b9cccdcecb4d795d484 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 2 Jul 2019 17:07:54 +0200 Subject: [PATCH] doc/go1.13: fix typo Change-Id: I99e76c0c12050289be5b353595eb21fbabe7c01e Reviewed-on: https://go-review.googlesource.com/c/go/+/184597 Reviewed-by: Ian Lance Taylor --- doc/go1.13.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.13.html b/doc/go1.13.html index 547fdd9933..42546c4622 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -341,7 +341,7 @@ go env -w GOSUMDB=off

The go env command now accepts a -w flag to set the per-user default value - of an enviroment variable recognized by the + of an environment variable recognized by the go command, and a corresponding -u flag to unset a previously-set default. Defaults set via go env -w are stored in the -- 2.50.0