Skip to content

Commit

Permalink
Fix godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
paultyng committed May 26, 2020
1 parent 4a3571d commit 4277725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/terraform/lang/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ type Attribute struct {
hclAttribute *hcl.Attribute
}

// CompletionCandidate represents a list of candidates
// CompletionCandidates represents a list of candidates
// for completion loosely reflecting lsp.CompletionList
type CompletionCandidates interface {
List() []CompletionCandidate
Expand Down

0 comments on commit 4277725

Please sign in to comment.