diff --git a/kube-runtime/src/controller/mod.rs b/kube-runtime/src/controller/mod.rs index de082ceaa..2837e6169 100644 --- a/kube-runtime/src/controller/mod.rs +++ b/kube-runtime/src/controller/mod.rs @@ -1087,7 +1087,7 @@ where /// Trigger the reconciliation process for a managed object `ObjectRef` whenever `trigger` emits a value /// - /// This can be used to inject reconciliations for specific objects from an external resource. + /// This can be used to inject reconciliations for specific objects from an external resource. /// /// # Example: ///