Skip to content

Commit bdd3e56

Browse files
metacosmxstefank
andauthored
fix: wording
Co-authored-by: Martin Stefanko <[email protected]>
1 parent e553282 commit bdd3e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/ReconciliationDispatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ public P conflictRetryingPatch(
383383
retryIndex++;
384384
// only retry on conflict (409) and unprocessable content (422) which
385385
// can happen if JSON Patch is not a valid request since there was
386-
// a concurrent request already removed another finalizer:
386+
// a concurrent request which already removed another finalizer:
387387
// List element removal from a list is by index in JSON Patch
388388
// so if addressing a second finalizer but first is meanwhile removed
389389
// it is a wrong request.

0 commit comments

Comments
 (0)