We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd6cbb commit 85d873bCopy full SHA for 85d873b
src/render/graph.rs
@@ -103,7 +103,7 @@ impl Node {
103
}
104
105
// Node has no control handle and does have inputs connected.
106
- // Drop when the processor when it has no outpus connected and does not have side effects
+ // Drop when the processor when it has no outputs connected and does not have side effects
107
if !self.processor.has_side_effects() && self.outgoing_edges.is_empty() {
108
return true;
109
0 commit comments