Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit 9a8f375

Browse files
authored
fix: peer-routing typo (#47)
1 parent afc2aa6 commit 9a8f375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/peer-routing/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ A valid (read: that follows this abstraction) Peer Routing module must implement
3636

3737
In a peer to peer context, the concept of 'responsability' or 'closeness' for a given key translates to having a way to find deterministically or that at least there is a significant overlap between searches, the same group of peers when searching for the same given key.
3838

39-
This method will query the network (route it) and return a Priority Queue datastructe with a list of PeerInfo objects, ordered by 'closeness'.
39+
This method will query the network (route it) and return a Priority Queue data structure with a list of PeerInfo objects, ordered by 'closeness'.
4040

4141
key is a multihash

0 commit comments

Comments
 (0)