Skip to content

Commit 0e27126

Browse files
committed
edit
1 parent 38f675d commit 0e27126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temporal-sdk/src/main/java/io/temporal/internal/statemachines/WorkflowStateMachines.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ private void handleSingleEvent(HistoryEvent event, boolean lastTask, boolean has
491491
* <p>Command events always follow a WorkflowTaskCompleted event.
492492
*
493493
* <p>The handling consists of verifying that the next command in the commands queue matches the
494-
* event, the command state machine is notified about the event and the command is removed from the
494+
* event. The command state machine is notified about the event and the command is removed from the
495495
* commands queue.
496496
*/
497497
private void handleCommandEvent(HistoryEvent event) {

0 commit comments

Comments
 (0)