Skip to content

Commit ac807a7

Browse files
committed
wip
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 67969f7 commit ac807a7

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/expectation/ExpectationManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public void setExpectation(P primary, Expectation<P> expectation, Duration timeo
2222

2323
/**
2424
* Checks if provided expectation is fulfilled. Return the expectation result. If the result of
25-
* expectation is fulfilled or timeout, the expectation is automatically removed;
25+
* expectation is fulfilled or timed out, the expectation is automatically removed;
2626
*/
2727
public Optional<ExpectationResult<P>> checkOnExpectation(P primary, Context<P> context) {
2828
var resourceID = ResourceID.fromResource(primary);

0 commit comments

Comments
 (0)