Skip to content

Commit 25c0a09

Browse files
minor comment clarification
1 parent a26430d commit 25c0a09

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
@@ -949,7 +949,7 @@ ProcessEvents:
949949

950950
// Break the event processing loop if the workflow is completed except in replay mode.
951951
// In replay mode we check for nondeterminism cases and
952-
// breaking the loop causes missing events in respondEvents which can cause false positives or false negatives.
952+
// breaking the loop causes missing events in respondEvents which then causes false positives or false negatives.
953953
if w.isWorkflowCompleted && !isInReplay {
954954
break ProcessEvents
955955
}

0 commit comments

Comments
 (0)