1
0
mirror of https://github.com/golang/go synced 2024-07-05 09:50:19 +00:00

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>
This commit is contained in:
Russ Cox 2022-11-29 15:13:52 -05:00 committed by Gopher Robot
parent 7ab3615315
commit c0497d1a81

View File

@ -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,