Skip to content

Commit eac8d3c

Browse files
committed
fix naming of method
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent dba5df8 commit eac8d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public UpdateControl<StatusPatchCacheCustomResource> reconcile(
207207
}
208208
```
209209

210-
After the update `PrimaryUpdateAndCacheUtils.ssaPatchStatusAndCacheResourceWithLock` puts the result of the update into an internal
210+
After the update `PrimaryUpdateAndCacheUtils.ssaPatchStatusAndCacheResource` puts the result of the update into an internal
211211
cache and the framework will make sure that the next reconciliation contains the most recent version of the resource.
212212
Note that it is not necessarily the same version returned as response from the update, it can be a newer version since other parties
213213
can do additional updates meanwhile. However, unless it has been explicitly modified, that

0 commit comments

Comments
 (0)