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

Commit

Permalink
docs(gps): DeduceRootProject -> DeduceProjectRoot
Browse files Browse the repository at this point in the history
  • Loading branch information
darkowlzz committed Sep 18, 2017
1 parent 166626d commit c4b0dcf
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 c4b0dcf

Please sign in to comment.