Skip to content

Commit

Permalink
Update docs to properly showcase participant ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
loucadufault authored Feb 21, 2024
1 parent 70c8a3d commit 392ebd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/docs/syntax/sequenceDiagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ appearance by doing the following:
sequenceDiagram
participant Alice
participant Bob
Alice->>Bob: Hi Bob
Bob->>Alice: Hi Alice
Alice->>Bob: Hi Bob
```

### Actors
Expand Down

0 comments on commit 392ebd0

Please sign in to comment.