mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-09 15:12:50 -04:00
Merge branch 'searingTypo2023-09-25' into 'main'
Fix "searing" in fanout_call.rs comment See merge request veilid/veilid!202
This commit is contained in:
commit
3e8f2d315b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ pub fn capability_fanout_node_info_filter(caps: Vec<Capability>) -> FanoutNodeIn
|
|||
Arc::new(move |_, ni| ni.has_capabilities(&caps))
|
||||
}
|
||||
|
||||
/// Contains the logic for generically searing the Veilid routing table for a set of nodes and applying an
|
||||
/// Contains the logic for generically searching the Veilid routing table for a set of nodes and applying an
|
||||
/// RPC operation that eventually converges on satisfactory result, or times out and returns some
|
||||
/// unsatisfactory but acceptable result. Or something.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue