Skip to content

Commit 28d1bc5

Browse files
cuishuangethanalee-work
authored andcommitted
internal: fix struct field name in comment
Change-Id: I45d8f020fec48cf099b7703edfa0f85944cdc7f5 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/805821 kokoro-CI: kokoro <noreply+kokoro@google.com> LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> Reviewed-by: Ethan Lee <ethanalee@google.com>
1 parent a1a4503 commit 28d1bc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/datasource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ type TestingDataSource interface {
153153
// It calls t.Fatal if there is an error.
154154
MustInsertModule(t *testing.T, m *Module)
155155

156-
// MustInsertModule inserts m into the DataSource
156+
// MustInsertModuleGoMod inserts m into the DataSource
157157
// with a go.mod file.
158158
// It calls t.Fatal if there is an error.
159159
// TODO(jba); remove context arg.

0 commit comments

Comments
 (0)