Skip to content

Commit

Permalink
comments fixed again
Browse files Browse the repository at this point in the history
  • Loading branch information
ickshonpe committed Oct 3, 2023
1 parent 8cd8e55 commit 32c6c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ui/src/ui_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1506,7 +1506,7 @@ impl Default for BorderColor {
/// # use bevy_render::prelude::Color;
/// fn outline_hovered_button_system(
/// mut commands: Commands,
/// node_query: Query<(Entity, &Interaction, Option<&mut Outline>), Changed<Interaction>>,
/// mut node_query: Query<(Entity, &Interaction, Option<&mut Outline>), Changed<Interaction>>,
/// ) {
/// for (entity, interaction, mut maybe_outline) in node_query.iter_mut() {
/// let outline_color =
Expand Down

0 comments on commit 32c6c09

Please sign in to comment.