Skip to content

Commit 2f3b6af

Browse files
Update pkg/reconcile/reconcile.go
Co-authored-by: Christian Schlotter <[email protected]>
1 parent 14b756a commit 2f3b6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/reconcile/reconcile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ type terminalError struct {
174174
err error
175175
}
176176

177-
// Unwrap function will return nil if te.err is nil.
177+
// Unwrap returns nil if te.err is nil.
178178
func (te *terminalError) Unwrap() error {
179179
return te.err
180180
}

0 commit comments

Comments
 (0)