Commit 371a99d2 authored by Dmitry Savintsev's avatar Dmitry Savintsev Committed by Andrew Bonventre

[release-branch.go1.12] doc: fix typo in go1.12 release notes

Change-Id: I3cb4fb7cacba51bfd611ade918f16c618e2569fd
Reviewed-on: https://go-review.googlesource.com/c/go/+/172159Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
(cherry picked from commit e47090ab)
Reviewed-on: https://go-review.googlesource.com/c/go/+/172317Reviewed-by: default avatarAndrew Bonventre <andybons@golang.org>
parent 46058178
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment