Merge pull request #2624 from hiramekun/patch-1

docs: Update sequenceDiagram.md: remove a duplication
This commit is contained in:
Knut Sveidqvist 2022-01-18 22:59:01 +01:00 committed by GitHub
commit 87dc13365f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -46,14 +46,6 @@ sequenceDiagram
Bob->>Alice: Hi Alice
```
```mermaid-example
sequenceDiagram
actor Alice
actor Bob
Alice->>Bob: Hi Bob
Bob->>Alice: Hi Alice
```
### Aliases
The actor can have a convenient identifier and a descriptive label.