mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-03 20:34:20 +01:00 
			
		
		
		
	Update sequenceDiagram.md: remove a duplication
This commit is contained in:
		@@ -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.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user