aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Savintsev <dsavints@gmail.com>2019-04-16 11:20:51 +0200
committerAndrew Bonventre <andybons@golang.org>2019-04-16 16:31:43 +0000
commit371a99d256096459f5026bd7f7633bb8de9172c6 (patch)
treec5df72ab4fba4225a44584ccf1d9143be5d9db78
parent4605817875b33e8d6309380242c1f51a144df111 (diff)
downloadgo-371a99d256096459f5026bd7f7633bb8de9172c6.tar.gz
go-371a99d256096459f5026bd7f7633bb8de9172c6.zip
[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 <bradfitz@golang.org> (cherry picked from commit e47090ab40967c2e5e6058838319259b4cc0d508) Reviewed-on: https://go-review.googlesource.com/c/go/+/172317 Reviewed-by: Andrew Bonventre <andybons@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 2945eb1c43..cc19c0f31a 100644
--- a/doc/go1.12.html
+++ b/doc/go1.12.html
@@ -791,7 +791,7 @@ for {
A new <a href="/pkg/runtime/debug/#BuildInfo"><code>BuildInfo</code></a> 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
<a href="/pkg/runtime/debug/#ReadBuildInfo"><code>ReadBuildInfo</code></a> function
on <a href="/pkg/runtime/debug/#BuildInfo"><code>BuildInfo</code></a>.
</p>