Skip to content

Commit 7b58dca

Browse files
Update docs/content/en/docs/documentation/reconciler.md
Co-authored-by: Antonio <[email protected]>
1 parent a1d303d commit 7b58dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/en/docs/documentation/reconciler.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public UpdateControl<StatusPatchCacheCustomResource> reconcile(
214214
}
215215
```
216216

217-
In the background `PrimaryUpdateAndCacheUtils.ssaPatchAndCacheStatusWith` puts the result of the update into an internal
217+
In the background `PrimaryUpdateAndCacheUtils.ssaPatchAndCacheStatus` puts the result of the update into an internal
218218
cache of the event source of primary resource, and will make sure that the next reconciliation will contain the most
219219
recent version of the resource. Note that it is not necessarily the version from the update response, it can be newer
220220
since other parties can do additional updates meanwhile, but if not explicitly modified, it will contain the up-to-date

0 commit comments

Comments
 (0)