Merge branch 'possibleTypo2023-09-25' into 'main'

Fix "can possible be" in rpc_processor/mod.rs

See merge request veilid/veilid!203
This commit is contained in:
Christien Rioux 2023-09-26 02:51:23 +00:00
commit d817d287f0

View File

@ -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
/// 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(
&self,
node_id: TypedKey,