chore(sequence): Update packages/mermaid/src/docs/syntax/sequenceDiagram.md

Co-authored-by: Sidharth Vinod <sidharthv96@gmail.com>
This commit is contained in:
Faris
2023-10-16 19:36:44 +03:00
committed by GitHub
parent fc0ade2985
commit 3128ba73a0

View File

@@ -83,13 +83,13 @@ sequenceDiagram
Bob->>Alice: I agree
```
#### Unfixable actor/participant creation/deletion error (v<MERMAID_RELEASE_VERSION>+)
#### Unfixable actor/participant creation/deletion error
If an error of the following type occurs when creating or deleting an actor/participant:
> The destroyed participant **participant-name** does not have an associated destroying message after its declaration. Please check the sequence diagram.
And fixing diagram code does not get rid of this error and rendering of all other diagrams results in the same error, then you need to update the mermaid version.
And fixing diagram code does not get rid of this error and rendering of all other diagrams results in the same error, then you need to update the mermaid version to (v<MERMAID_RELEASE_VERSION>+).
### Grouping / Box