aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2022-11-29 15:13:52 -0500
committerGopher Robot <gobot@golang.org>2022-12-02 23:40:37 +0000
commitc0497d1a81b1104a3981be33abfd66252cea90c8 (patch)
tree3aa392b93e0492cb5d1e6e6c43e5c493251959e8
parent7ab361531514764fdccb23283a2e7f1916b74b87 (diff)
downloadgo-c0497d1a81b1104a3981be33abfd66252cea90c8.tar.gz
go-c0497d1a81b1104a3981be33abfd66252cea90c8.zip
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 <gobot@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> Auto-Submit: Russ Cox <rsc@golang.org> Reviewed-by: Julie Qiu <julieqiu@google.com>
-rw-r--r--src/runtime/debug/mod.go2
1 files changed, 1 insertions, 1 deletions
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,