aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgniva De Sarker <agnivade@yahoo.co.in>2018-12-19 10:33:42 +0530
committerIan Lance Taylor <iant@golang.org>2018-12-19 17:38:19 +0000
commite2897e4ac0e0c124f3bb06885b4e2ed22e18eabf (patch)
tree1db68c7d0364850f1ca4686999d1e29c4aed72e0
parent1e88d91eb26fbbf17a1ac4d8b0967d17905a2aba (diff)
downloadgo-e2897e4ac0e0c124f3bb06885b4e2ed22e18eabf.tar.xz
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>
-rw-r--r--doc/go1.12.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.12.html b/doc/go1.12.html
index 4fed4b7fc4..0aee382aeb 100644
--- a/doc/go1.12.html
+++ b/doc/go1.12.html
@@ -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>