Skip to content

Commit

Permalink
doc/go1.13: fix typo
Browse files Browse the repository at this point in the history
Change-Id: I99e76c0c12050289be5b353595eb21fbabe7c01e
Reviewed-on: https://go-review.googlesource.com/c/go/+/184597
Reviewed-by: Ian Lance Taylor <[email protected]>
  • Loading branch information
tklauser committed Jul 3, 2019
1 parent 54c6b81 commit e2fdce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/go1.13.html
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ <h3 id="go-command">Go command</h3>
<p id="go-env-w"><!-- CL 171137 -->
The <a href="/cmd/go/#hdr-Environment_variables"><code>go</code> <code>env</code></a>
command now accepts a <code>-w</code> flag to set the per-user default value
of an enviroment variable recognized by the
of an environment variable recognized by the
<code>go</code> command, and a corresponding <code>-u</code> flag to unset a
previously-set default. Defaults set via
<code>go</code> <code>env</code> <code>-w</code> are stored in the
Expand Down

0 comments on commit e2fdce9

Please sign in to comment.