Skip to content

Commit

Permalink
typo fix - closes #1175
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Apr 3, 2023
1 parent ab03d8a commit 9cdc876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube-runtime/src/controller/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub struct Action {
}

impl Action {
/// Action to to the reconciliation at this time even if no external watch triggers hit
/// Action to the reconciliation at this time even if no external watch triggers hit
///
/// This is the best-practice action that ensures eventual consistency of your controller
/// even in the case of missed changes (which can happen).
Expand Down

0 comments on commit 9cdc876

Please sign in to comment.