doc/go1.12: fix minor grammatical error

Change-Id: I767bf77aeab62f2d42239fac9d601a8e04fe860f
Reviewed-on: https://go-review.googlesource.com/c/154957
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Agniva De Sarker 2018-12-19 10:33:42 +05:30 committed by Ian Lance Taylor
parent 1e88d91eb2
commit e2897e4ac0

View file

@ -279,7 +279,7 @@ for {
<p><!-- CL 141977 -->
<code>go</code> <code>doc</code> now supports the <code>-all</code> flag,
which will cause it to print all exported APIs and their documentation,
similarly to what the <code>godoc</code> command line used to do.
as the <code>godoc</code> command line used to do.
</p>
<h3 id="trace">Trace</h3>