Merge pull request #5802 from jbriales/patch-2

Update sequenceDiagram.md
This commit is contained in:
Sidharth Vinod
2024-10-03 04:25:56 +00:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -155,6 +155,9 @@ end
box rgb(33,66,99)
... actors ...
end
box rgba(33,66,99,0.5)
... actors ...
end
```
> **Note**

View File

@@ -105,6 +105,9 @@ end
box rgb(33,66,99)
... actors ...
end
box rgba(33,66,99,0.5)
... actors ...
end
```
```note