Skip to content

Commit

Permalink
docs: reconciler typo in doc comments for runtime controller Config i…
Browse files Browse the repository at this point in the history
…mpl (#1378)

docs: reconciler typo in doc comments

Signed-off-by: Nick Larsen <[email protected]>
  • Loading branch information
NickLarsenNZ authored Dec 20, 2023
1 parent d04d6ed commit 93fe47f
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 @@ -434,7 +434,7 @@ impl Config {
/// The debounce duration used to deduplicate reconciliation requests.
///
/// When set to a non-zero duration, debouncing is enabled in the [`scheduler`](crate::scheduler())
/// resulting in __trailing edge debouncing__ of reqonciler requests.
/// resulting in __trailing edge debouncing__ of reconciler requests.
/// This option can help to reduce the amount of unnecessary reconciler calls
/// when using multiple controller relations, or during rapid phase transitions.
///
Expand Down

0 comments on commit 93fe47f

Please sign in to comment.