Skip to content

Commit c2179ec

Browse files
authoredDec 4, 2023
Merge pull request #2599 from boseabhishek/main
📖 Fix typo in Reconciler interface comment
2 parents 8fa865b + 6981d11 commit c2179ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkg/reconcile/reconcile.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ type Reconciler interface {
9797
// If the error is nil and the returned Result has a non-zero result.RequeueAfter, the request
9898
// will be requeued after the specified duration.
9999
//
100-
// If the error is nil and result.RequeueAfter is zero and result.Reque is true, the request
100+
// If the error is nil and result.RequeueAfter is zero and result.Requeue is true, the request
101101
// will be requeued using exponential backoff.
102102
Reconcile(context.Context, Request) (Result, error)
103103
}

0 commit comments

Comments
 (0)
Please sign in to comment.