From fda0b2c9119c71a44f7c72fbfc7c368d6ee44f12 Mon Sep 17 00:00:00 2001 From: yetanothercheer <64053323+yetanothercheer@users.noreply.github.com> Date: Fri, 7 Jan 2022 06:25:38 +0000 Subject: [PATCH] Fix typo (#3578) --- crates/bevy_render/src/render_graph/graph.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,