Skip to content

Commit

Permalink
doc: fix typo in go1.12 release notes
Browse files Browse the repository at this point in the history
Change-Id: I3cb4fb7cacba51bfd611ade918f16c618e2569fd
Reviewed-on: https://go-review.googlesource.com/c/go/+/172159
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
dmitris authored and bradfitz committed Apr 16, 2019
1 parent 9b968df commit e47090a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/go1.12.html
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
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>
Expand Down

0 comments on commit e47090a

Please sign in to comment.