Skip to content

Commit

Permalink
Merge pull request #2599 from boseabhishek/main
Browse files Browse the repository at this point in the history
📖 Fix typo in Reconciler interface comment
  • Loading branch information
k8s-ci-robot committed Dec 4, 2023
2 parents 8fa865b + 6981d11 commit c2179ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconcile/reconcile.go
Expand Up @@ -97,7 +97,7 @@ type Reconciler interface {
// If the error is nil and the returned Result has a non-zero result.RequeueAfter, the request
// will be requeued after the specified duration.
//
// If the error is nil and result.RequeueAfter is zero and result.Reque is true, the request
// If the error is nil and result.RequeueAfter is zero and result.Requeue is true, the request
// will be requeued using exponential backoff.
Reconcile(context.Context, Request) (Result, error)
}
Expand Down

0 comments on commit c2179ec

Please sign in to comment.