Skip to content

Commit

Permalink
typo in action name: synchronize -> pause
Browse files Browse the repository at this point in the history
  • Loading branch information
robgjansen authored Nov 17, 2022
1 parent 87d5913 commit 649bbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/TGen-Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Each edge may contain a 'weight' attribute with a floating point 'double' value,

A weighted choice is used to select which weighted outgoing edge of a vertex to follow, based on the sum of weights of all weighted outgoing edges. Therefore, if all weighted outgoing edges have the same weight, the choice will essentially be a uniform random choice.

Be warned that edge weights must be used carefully, especially when combined with the synchronize action. A synchronize action expects that all incoming edges will visit it, which may not be the case if weighted edges were used at some point in a path leading to the synchronize action.
Be warned that edge weights must be used carefully, especially when combined with the pause action. A pause action expects that all incoming edges will visit it, which may not be the case if weighted edges were used at some point in a path leading to the pause action.

# Examples

Expand Down

0 comments on commit 649bbee

Please sign in to comment.