Skip to content

Commit faa8393

Browse files
aschmahmannlidel
andauthored
Update naming/pubsub.md typo
Co-Authored-By: Marcin Rataj <[email protected]>
1 parent a1d0888 commit faa8393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

naming/pubsub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The protocol has the following steps:
6060
4. `A` sends `B` a Fetch request for `k`
6161
5. If Fetch returns a record that supersedes `A`'s current record then `A` updates its record and Publishes it to the network
6262

63-
Note: PubSub does not guarantee that the a message sent by a peer `A` will be received by a peer `B` and it's possible
63+
Note: PubSub does not guarantee that a message sent by a peer `A` will be received by a peer `B` and it's possible
6464
(e.g. in systems like [gossipsub](https://github.com/libp2p/specs/tree/master/pubsub/gossipsub))
6565
that this is true even if `A` and `B` are already connected. Therefore, whenever `A` notices **any** node that has
6666
connected to it and subscribed to `t` it should run the Fetch protocol as described above. However, developers may have routers

0 commit comments

Comments
 (0)