Skip to content

Commit dcac3a8

Browse files
author
Tihomir Surdilovic
committed
fix per comments
Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent 7513440 commit dcac3a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3772,11 +3772,11 @@ Our workflow definition is assumed to have the following data input:
37723772
```
37733773

37743774
Our workflow simulates filling up a glass of water one "count" at a time until "max" count is reached which
3775-
represents our glass being full.
3775+
represents our glass is full.
37763776
Each time we increment the current count, the workflow checks if we need to keep refilling the glass.
37773777
If the current count reaches the max count, the workflow execution ends.
37783778
To increment the current count, the workflow invokes the "IncrementCurrent" expression function.
3779-
It's results are then merged back into the state data according to the "toStateData" property of the event data filter.
3779+
Its results are then merged back into the state data according to the "toStateData" property of the event data filter.
37803780

37813781
#### Workflow Diagram
37823782

0 commit comments

Comments
 (0)