Fix "node will node" in fanout_call.rs comment
This fixes "node" wordo in a comment: the logic of the software implies "node will not" here.
This commit is contained in:
parent
e2b86cbcbc
commit
629f521c47
@ -156,7 +156,7 @@ where
|
|||||||
self.clone().add_to_fanout_queue(&new_nodes);
|
self.clone().add_to_fanout_queue(&new_nodes);
|
||||||
}
|
}
|
||||||
Ok(None) => {
|
Ok(None) => {
|
||||||
// Call failed, node will node be considered again
|
// Call failed, node will not be considered again
|
||||||
}
|
}
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
// Error happened, abort everything and return the error
|
// Error happened, abort everything and return the error
|
||||||
|
Loading…
Reference in New Issue
Block a user