Skip to content

Commit 4387c73

Browse files
committed
Go: Fix missing word in comment for discoverWorkspace
1 parent 6dbb5c5 commit 4387c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/extractor/project/project.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ func loadGoModules(goModFilePaths []string) []*GoModule {
206206
return results
207207
}
208208

209-
// Given a path to a `go.work` file, this function attempts to parse the `go.work`. If unsuccessful,
209+
// Given a path to a `go.work` file, this function attempts to parse the `go.work` file. If unsuccessful,
210210
// we attempt to discover `go.mod` files within subdirectories of the directory containing the `go.work`
211211
// file ourselves.
212212
func discoverWorkspace(workFilePath string) GoWorkspace {

0 commit comments

Comments
 (0)