diff --git a/crates/bevy_render/src/render_graph/graph.rs b/crates/bevy_render/src/render_graph/graph.rs index 8fe398f190..fe4ded9fe7 100644 --- a/crates/bevy_render/src/render_graph/graph.rs +++ b/crates/bevy_render/src/render_graph/graph.rs @@ -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,