]> Cypherpunks repositories - gostls13.git/commitdiff
runtime/debug: add missing period
authorRuss Cox <rsc@golang.org>
Tue, 29 Nov 2022 20:13:52 +0000 (15:13 -0500)
committerGopher Robot <gobot@golang.org>
Fri, 2 Dec 2022 23:40:37 +0000 (23:40 +0000)
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>
src/runtime/debug/mod.go

index b0dbe158c4e71c32dc6faa8e52b3109c4f11267f..8b7a42305e3fa1e96eadc7e3d31907783c94531c 100644 (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,