Update sequenceDiagram.md

This commit is contained in:
Neil Cuzon 2020-06-26 22:46:09 -07:00 committed by GitHub
parent 0849aa3f03
commit e5cd0ced53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ sequenceDiagram
John-->>Alice: Great!
```
## A note on nodes, the word "end" could potentially break the diagram, due to the way that the mermaid language is scripted.
## If unavoidable, one must use parentheses(), quotation marks "", or brackets {},[], to enclose the word "end". i.e : (end), [end], {end}.
## Syntax
### Participants