Skip to content

Commit

Permalink
Merge pull request #5802 from jbriales/patch-2
Browse files Browse the repository at this point in the history
Update sequenceDiagram.md
  • Loading branch information
sidharthv96 authored Oct 3, 2024
2 parents 1d14f46 + b503c2c commit 16847ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/syntax/sequenceDiagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ end
box rgb(33,66,99)
... actors ...
end
box rgba(33,66,99,0.5)
... actors ...
end
```

> **Note**
Expand Down
3 changes: 3 additions & 0 deletions packages/mermaid/src/docs/syntax/sequenceDiagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ end
box rgb(33,66,99)
... actors ...
end
box rgba(33,66,99,0.5)
... actors ...
end
```

```note
Expand Down

0 comments on commit 16847ea

Please sign in to comment.