]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix typo in go1.12 release notes
authorDmitry Savintsev <dsavints@gmail.com>
Tue, 16 Apr 2019 09:20:51 +0000 (11:20 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 16 Apr 2019 14:47:58 +0000 (14:47 +0000)
Change-Id: I3cb4fb7cacba51bfd611ade918f16c618e2569fd
Reviewed-on: https://go-review.googlesource.com/c/go/+/172159
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.12.html

index 2945eb1c4327ef385e4bb6cc728827e309a904d5..cc19c0f31a9b6882303f63b97517722b9d2cd4ac 100644 (file)
@@ -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>