mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 23:24:44 +00:00
Fix typo (#3578)
This commit is contained in:
parent
b673c51e20
commit
fda0b2c911
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ impl RenderGraph {
|
|||
}))
|
||||
}
|
||||
|
||||
/// Returns an iterator over a tuple of the ouput edges and the corresponding input nodes
|
||||
/// Returns an iterator over a tuple of the output edges and the corresponding input nodes
|
||||
/// for the node referenced by the label.
|
||||
pub fn iter_node_outputs(
|
||||
&self,
|
||||
|
|
Loading…
Reference in a new issue