Skip to content

Commit

Permalink
fix(diagrams): missing quotes for messaging diagram (#5750)
Browse files Browse the repository at this point in the history
Description
---
adds missing quotes for messaging diagram

Motivation and Context
---
Rendering fails in github

How Has This Been Tested?
---

What process can a PR reviewer use to test or verify this change?
---

<!-- Checklist -->
<!-- 1. Is the title of your PR in the form that would make nice release
notes? The title, excluding the conventional commit
tag, will be included exactly as is in the CHANGELOG, so please think
about it carefully. -->


Breaking Changes
---

- [x] None
- [ ] Requires data directory on base node to be deleted
- [ ] Requires hard fork
- [ ] Other - Please specify

<!-- Does this include a breaking change? If so, include this line as a
footer -->
<!-- BREAKING CHANGE: Description what the user should do, e.g. delete a
database, resync the chain -->
  • Loading branch information
sdbondi authored Sep 7, 2023
1 parent 79ab584 commit a8f6eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/diagrams/comms/inbound_messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ flowchart TD
A[Start] --> B[1. trigger: Protocol Negotiation /t/msg/0.1]
B --> C[2. protocols::messaging::InboundMessaging]
C -->|InboundMessage| D[3. Inbound pipeline]
D -->|&lt;threads&gt;| E[4. Inbound DHT middlewares]
D -->|"&lt;threads&gt;"| E[4. Inbound DHT middlewares]
E -->|DecryptedDhtMessage| F[5. Pubsub connector]
F --o|PeerMessage| G[6. ... Domain subscribers ...]
```
Expand Down

0 comments on commit a8f6eb5

Please sign in to comment.