Skip to content

Commit

Permalink
Update diagram based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-csala committed Oct 30, 2023
1 parent 706434f commit 4401e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/strategies/hedging.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,11 +494,11 @@ sequenceDiagram
H-->>H: Deep clones <br/>Primary Context
H->>+AG: Invokes <br/>with both Contexts
AG-->>AG: Modifies Primary Context
AG-->>AG: Executes callback <br/>+ Modifies Primary <br/> or Action Context
AG->>-H: Returns factory
H->>+OH: Invokes <br/>with both Contexts
OH-->>OH: Executes callback <br/>+ Modifies Action Context
OH-->>OH: Executes callback <br/>+ Modifies Primary <br/> or Action Context
OH->>-H: Finishes
H-->>H: Invokes factory
Expand Down

0 comments on commit 4401e2e

Please sign in to comment.