From: Russ Cox Date: Tue, 29 Nov 2022 20:13:52 +0000 (-0500) Subject: runtime/debug: add missing period X-Git-Tag: go1.20rc1~29 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c0497d1a81b1104a3981be33abfd66252cea90c8;p=gostls13.git runtime/debug: add missing period Pointed out in review of CL 453602, but it looks like I forgot to re-upload before submitting. Change-Id: I8f4fac52ea0f904f6f9b06e13fc8ed2e778f2360 Reviewed-on: https://go-review.googlesource.com/c/go/+/454835 TryBot-Result: Gopher Robot Run-TryBot: Russ Cox Auto-Submit: Russ Cox Reviewed-by: Julie Qiu --- diff --git a/src/runtime/debug/mod.go b/src/runtime/debug/mod.go index b0dbe158c4..8b7a42305e 100644 --- a/src/runtime/debug/mod.go +++ b/src/runtime/debug/mod.go @@ -47,7 +47,7 @@ type BuildInfo struct { // (for example, "golang.org/x/tools/cmd/stringer"). Path string - // Main describes the module that contains the main package for the binary + // Main describes the module that contains the main package for the binary. Main Module // Deps describes all the dependency modules, both direct and indirect,