We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2154ffb commit 6981d11Copy full SHA for 6981d11
pkg/reconcile/reconcile.go
@@ -97,7 +97,7 @@ type Reconciler interface {
97
// If the error is nil and the returned Result has a non-zero result.RequeueAfter, the request
98
// will be requeued after the specified duration.
99
//
100
- // 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
101
// will be requeued using exponential backoff.
102
Reconcile(context.Context, Request) (Result, error)
103
}
0 commit comments