Skip to content

Commit 94725eb

Browse files
authored
Fix grammar in package docs (#546)
1 parent 5b4e0ed commit 94725eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tfprotov5/action.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ type PlanActionRequest struct {
7777
// LinkedResources contains the data of the managed resource types that are linked to this action.
7878
//
7979
// - If the action schema type is Unlinked, this field will be empty.
80-
// - If the action schema type is Lifecycle, this field will be contain a single linked resource.
80+
// - If the action schema type is Lifecycle, this field will contain a single linked resource.
8181
// - If the action schema type is Linked, this field will be one or more linked resources, which
8282
// will be in the same order as the linked resource schemas are defined in the action schema.
8383
//
@@ -165,7 +165,7 @@ type InvokeActionRequest struct {
165165
// LinkedResources contains the data of the managed resource types that are linked to this action.
166166
//
167167
// - If the action schema type is Unlinked, this field will be empty.
168-
// - If the action schema type is Lifecycle, this field will be contain a single linked resource.
168+
// - If the action schema type is Lifecycle, this field will contain a single linked resource.
169169
// - If the action schema type is Linked, this field will be one or more linked resources, which
170170
// will be in the same order as the linked resource schemas are defined in the action schema.
171171
//

tfprotov6/action.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ type PlanActionRequest struct {
7777
// LinkedResources contains the data of the managed resource types that are linked to this action.
7878
//
7979
// - If the action schema type is Unlinked, this field will be empty.
80-
// - If the action schema type is Lifecycle, this field will be contain a single linked resource.
80+
// - If the action schema type is Lifecycle, this field will contain a single linked resource.
8181
// - If the action schema type is Linked, this field will be one or more linked resources, which
8282
// will be in the same order as the linked resource schemas are defined in the action schema.
8383
//
@@ -165,7 +165,7 @@ type InvokeActionRequest struct {
165165
// LinkedResources contains the data of the managed resource types that are linked to this action.
166166
//
167167
// - If the action schema type is Unlinked, this field will be empty.
168-
// - If the action schema type is Lifecycle, this field will be contain a single linked resource.
168+
// - If the action schema type is Lifecycle, this field will contain a single linked resource.
169169
// - If the action schema type is Linked, this field will be one or more linked resources, which
170170
// will be in the same order as the linked resource schemas are defined in the action schema.
171171
//

0 commit comments

Comments
 (0)