Skip to content

Commit d06f8b2

Browse files
Drop usage of dummy
1 parent 9cd8c28 commit d06f8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/loader/loader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ func (l *loader) typeCheck(pkg *Package) {
249249

250250
// it's possible to have a call to check in parallel to a call to this
251251
// if one package in the package graph gets its dependency filtered out,
252-
// but another doesn't (so one wants a "dummy" package here, and another
252+
// but another doesn't (so one wants a "placeholder" package here, and another
253253
// wants the full check).
254254
//
255255
// Thus, we need to lock here (at least for the time being) to avoid

0 commit comments

Comments
 (0)