Skip to content

Commit a193b8d

Browse files
committed
Tidy doc comments
1 parent fe9a7fa commit a193b8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

internal/fwserver/server_listresource.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ func ListResultError(summary string, detail string) ListResult {
5656

5757
// ListResult represents a listed managed resource instance.
5858
type ListResult struct {
59-
// Identity is the identity of the managed resource instance. A nil value
60-
// will raise will raise a diagnostic.
59+
// Identity is the identity of the managed resource instance. A nil value
60+
// will raise an error diagnostic.
6161
Identity *tfsdk.ResourceIdentity
6262

6363
// Resource is the provider's representation of the attributes of the

list/list_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ var NoListResults = func(func(ListResult) bool) {}
129129
type ListResult struct {
130130
// Identity is the identity of the managed resource instance.
131131
//
132-
// A nil value will raise will raise a diagnostic.
132+
// A nil value will raise an error diagnostic.
133133
Identity *tfsdk.ResourceIdentity
134134

135135
// Resource is the provider's representation of the attributes of the

0 commit comments

Comments
 (0)