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

Commit

Permalink
Merge pull request #1178 from darkowlzz/gps-sourcemanager-doc-typo
Browse files Browse the repository at this point in the history
docs(gps): DeduceRootProject -> DeduceProjectRoot
  • Loading branch information
sdboyer committed Sep 18, 2017
2 parents 166626d + c4b0dcf commit 418356b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gps/source_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ type SourceManager interface {
// provided version, to the provided directory.
ExportProject(context.Context, ProjectIdentifier, Version, string) error

// DeduceRootProject takes an import path and deduces the corresponding
// DeduceProjectRoot takes an import path and deduces the corresponding
// project/source root.
DeduceProjectRoot(ip string) (ProjectRoot, error)

Expand Down

0 comments on commit 418356b

Please sign in to comment.