Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 418356b

Browse files
authored
Merge pull request #1178 from darkowlzz/gps-sourcemanager-doc-typo
docs(gps): DeduceRootProject -> DeduceProjectRoot
2 parents 166626d + c4b0dcf commit 418356b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/gps/source_manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ type SourceManager interface {
6767
// provided version, to the provided directory.
6868
ExportProject(context.Context, ProjectIdentifier, Version, string) error
6969

70-
// DeduceRootProject takes an import path and deduces the corresponding
70+
// DeduceProjectRoot takes an import path and deduces the corresponding
7171
// project/source root.
7272
DeduceProjectRoot(ip string) (ProjectRoot, error)
7373

0 commit comments

Comments
 (0)