Update sequenceDiagram.md: remove a duplication

This commit is contained in:
Takaaki Hirano 2022-01-13 18:16:21 +09:00 committed by GitHub
parent 7a6d73762e
commit 7746091c98
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.