Skip to content

Commit

Permalink
diag: Match DiagnosticWithPath Path() comment with upstream description
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Aug 31, 2021
1 parent 9ab0c2c commit faa9b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diag/diagnostic.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type Diagnostic interface {
type DiagnosticWithPath interface {
Diagnostic

// Path represents the location of the attribute within a schema.
// Path points to a specific value within an aggregate value.
//
// If present, this enables the display of source configuration context for
// supporting implementations such as Terraform CLI commands.
Expand Down

0 comments on commit faa9b33

Please sign in to comment.