diff --git a/doc/go1.12.html b/doc/go1.12.html index 2945eb1c4327e..cc19c0f31a9b6 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -791,7 +791,7 @@

Minor changes to the library

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.