Skip to content

Commit 76acb35

Browse files
add period at end of comment (#109)
1 parent fcf0127 commit 76acb35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/provider/context_environment_variable_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ func (r *contextEnvironmentVariableResource) Read(ctx context.Context, req resou
175175
}
176176
}
177177

178-
// Update calls the PUT upsert endpoint, which atomically overwrites the value in place
178+
// Update calls the PUT upsert endpoint, which atomically overwrites the value in place.
179179
func (r *contextEnvironmentVariableResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse) {
180180
var plan contextEnvironmentVariableResourceModel
181181
diags := req.Plan.Get(ctx, &plan)

0 commit comments

Comments
 (0)