File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ sequenceDiagram
3333 #create participant factory(2) as Factory
3434 #(see https://github.com/mermaid-js/mermaid/issues/5023)
3535 factory(1)->>factory(2): Create New Factory
36- factory(2)-->>factory(1):
36+ factory(2)-->>factory(1):
3737 factory(1)->>factory(2): Create Service Internal
3838 #create participant serviceInstance as Service Instance
3939 factory(2)->>serviceInstance: Create Service instance
@@ -42,7 +42,7 @@ sequenceDiagram
4242 serviceHub->>serviceInstance: Handle Request
4343 serviceInstance-->>razorAlc: Implicit load request
4444 razorAlc->>razorAlc: Load source generator
45- razorAlc-->>serviceInstance:
45+ razorAlc-->>serviceInstance:
4646 serviceInstance->>serviceInstance: Handle Request
4747 serviceInstance-->>serviceHub: Result
4848```
You can’t perform that action at this time.
0 commit comments