Skip to content

Commit

Permalink
docs(iroh-gossip): fix typo in proto.rs (#1927)
Browse files Browse the repository at this point in the history
## Description

Typo fix

## Notes & open questions



## Change checklist

- [X] Self-review.
- [X] Documentation updates if relevant.
- [ ] Tests if relevant.

Co-authored-by: Friedel Ziegelmayer <[email protected]>
Co-authored-by: Kasey <[email protected]>
Co-authored-by: Rüdiger Klaehn <[email protected]>
  • Loading branch information
4 people authored Jan 18, 2024
1 parent db41c5e commit 7965836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-gossip/src/proto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//!
//! The **membership protocol** ([HyParView][hyparview]) is a cluster protocol where each peer
//! maintains a partial view of all nodes in the swarm.
//! A peer joins the swarm for a tooic by connecting to any known peer that is a member of this
//! A peer joins the swarm for a topic by connecting to any known peer that is a member of this
//! topic's swarm. Obtaining this initial contact info happens out of band. The peer then sends
//! a `Join` message to that initial peer. All peers maintain a list of
//! `active` and `passive` peers. Active peers are those that you maintain active connections to.
Expand Down

0 comments on commit 7965836

Please sign in to comment.