Skip to content

Commit bff285f

Browse files
minor comment clarification
1 parent 223fb5d commit bff285f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/internal_task_handlers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ ProcessEvents:
963963

964964
// Break the event processing loop if the workflow is completed except in replay mode.
965965
// In replay mode we check for nondeterminism cases and
966-
// breaking the loop causes missing events in respondEvents which can cause false positives or false negatives.
966+
// breaking the loop causes missing events in respondEvents which then causes false positives or false negatives.
967967
if w.isWorkflowCompleted && !isInReplay {
968968
break ProcessEvents
969969
}

0 commit comments

Comments
 (0)