From: Agniva De Sarker Date: Wed, 19 Dec 2018 05:03:42 +0000 (+0530) Subject: doc/go1.12: fix minor grammatical error X-Git-Tag: go1.12beta2~113 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e2897e4ac0e0c124f3bb06885b4e2ed22e18eabf;p=gostls13.git doc/go1.12: fix minor grammatical error Change-Id: I767bf77aeab62f2d42239fac9d601a8e04fe860f Reviewed-on: https://go-review.googlesource.com/c/154957 Reviewed-by: Ian Lance Taylor --- 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 {

go doc now supports the -all flag, which will cause it to print all exported APIs and their documentation, - similarly to what the godoc command line used to do. + as the godoc command line used to do.

Trace