Skip to content

Commit

Permalink
Fix typo (#3578)
Browse files Browse the repository at this point in the history
  • Loading branch information
yetanothercheer committed Jan 7, 2022
1 parent b673c51 commit fda0b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_render/src/render_graph/graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fda0b2c

Please sign in to comment.