Skip to content

Commit cac1c4d

Browse files
minor comment clarification
1 parent 56cbab7 commit cac1c4d

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
@@ -959,7 +959,7 @@ ProcessEvents:
959959

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

0 commit comments

Comments
 (0)