From: Dmitry Savintsev Date: Tue, 16 Apr 2019 09:20:51 +0000 (+0200) Subject: [release-branch.go1.12] doc: fix typo in go1.12 release notes X-Git-Tag: go1.12.5~14 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=371a99d256096459f5026bd7f7633bb8de9172c6;p=gostls13.git [release-branch.go1.12] doc: fix typo in go1.12 release notes Change-Id: I3cb4fb7cacba51bfd611ade918f16c618e2569fd Reviewed-on: https://go-review.googlesource.com/c/go/+/172159 Reviewed-by: Brad Fitzpatrick (cherry picked from commit e47090ab40967c2e5e6058838319259b4cc0d508) Reviewed-on: https://go-review.googlesource.com/c/go/+/172317 Reviewed-by: Andrew Bonventre --- diff --git a/doc/go1.12.html b/doc/go1.12.html index 2945eb1c43..cc19c0f31a 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -791,7 +791,7 @@ for { A new BuildInfo type exposes the build information read from the running binary, available only in binaries built with module support. This includes the main package path, main - module information, and the module dependencies. This type is given though the + module information, and the module dependencies. This type is given through the ReadBuildInfo function on BuildInfo.