Fix capabiltiies comment typo find_peers.rs
This fixes a typo of capabiltiies for capabilities in veilid-core/src/routing_table/find_peers.rs.
This commit is contained in:
parent
ff56634667
commit
2ea16c4aa8
@ -72,7 +72,7 @@ impl RoutingTable {
|
|||||||
|
|
||||||
/// Utility to find nodes that are closer to a key than our own node,
|
/// Utility to find nodes that are closer to a key than our own node,
|
||||||
/// preferring reliable nodes first, and returning their peer info
|
/// preferring reliable nodes first, and returning their peer info
|
||||||
/// Can filter based on a particular set of capabiltiies
|
/// Can filter based on a particular set of capabilities
|
||||||
pub fn find_preferred_peers_closer_to_key(
|
pub fn find_preferred_peers_closer_to_key(
|
||||||
&self,
|
&self,
|
||||||
key: TypedKey,
|
key: TypedKey,
|
||||||
|
Loading…
Reference in New Issue
Block a user