Skip to content

Commit

Permalink
The same typo again
Browse files Browse the repository at this point in the history
Co-authored-by: IQuick 143 <[email protected]>
  • Loading branch information
alice-i-cecile and IQuick143 authored Jan 9, 2025
1 parent 305d3e8 commit 36cedb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_input_focus/src/directional_navigation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ impl DirectionalNavigationMap {
self.add_edge(b, a, direction.opposite());
}

/// Add symettrical edges between each consecutive pair of entities in the provided slice.
/// Add symmetrical edges between each consecutive pair of entities in the provided slice.
///
/// Unlike [`add_looping_edges`](Self::add_looping_edges), this method does not loop back to the first entity.
pub fn add_edges(&mut self, entities: &[Entity], direction: CompassOctant) {
Expand Down

0 comments on commit 36cedb5

Please sign in to comment.