Skip to content

Commit c0497d1

Browse files
rscgopherbot
authored andcommitted
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 <[email protected]> Run-TryBot: Russ Cox <[email protected]> Auto-Submit: Russ Cox <[email protected]> Reviewed-by: Julie Qiu <[email protected]>
1 parent 7ab3615 commit c0497d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/debug/mod.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ type BuildInfo struct {
4747
// (for example, "golang.org/x/tools/cmd/stringer").
4848
Path string
4949

50-
// Main describes the module that contains the main package for the binary
50+
// Main describes the module that contains the main package for the binary.
5151
Main Module
5252

5353
// Deps describes all the dependency modules, both direct and indirect,

0 commit comments

Comments
 (0)