diff --git a/docs/sequenceDiagram.md b/docs/sequenceDiagram.md index 84e584dfe..d41f11f0b 100755 --- a/docs/sequenceDiagram.md +++ b/docs/sequenceDiagram.md @@ -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