mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-13 02:09:27 -04:00
Fix "can possible be" in rpc_processor/mod.rs
This fixes a wordo of possible for possibly.
This commit is contained in:
parent
38ff6f81c5
commit
073622b8bf
1 changed files with 1 additions and 1 deletions
|
@ -524,7 +524,7 @@ impl RPCProcessor {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Search the DHT for a specific node corresponding to a key unless we have that node in our routing table already, and return the node reference
|
/// Search the DHT for a specific node corresponding to a key unless we have that node in our routing table already, and return the node reference
|
||||||
/// Note: This routine can possible be recursive, hence the SendPinBoxFuture async form
|
/// Note: This routine can possibly be recursive, hence the SendPinBoxFuture async form
|
||||||
pub fn resolve_node(
|
pub fn resolve_node(
|
||||||
&self,
|
&self,
|
||||||
node_id: TypedKey,
|
node_id: TypedKey,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue