Skip to content

Commit

Permalink
Merge pull request #553 from rparrett/hex-neighbors-typos
Browse files Browse the repository at this point in the history
Fix a few typos in `hex_neighbors_radius_chunks`
  • Loading branch information
ChristopherBiscardi authored Aug 30, 2024
2 parents 1f1d46f + 5ff6755 commit 3b98fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/hex_neighbors_radius_chunks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ pub fn update_cursor_pos(
}
}

// This is where we check whicch tile the cursor is hovered over.
// This is where we check which tile the cursor is hovered over.
fn hover_highlight_tile_label(
mut commands: Commands,
cursor_pos: Res<CursorPos>,
Expand Down Expand Up @@ -533,7 +533,7 @@ fn main() {
.set(WindowPlugin {
primary_window: Some(Window {
title: String::from(
"Hexagon radius - Hover over a tile to higlight tiles in a radius, use up and down arrow to change radius",
"Hexagon radius - Hover over a tile to highlight tiles in a radius, use up and down arrow to change radius",
),
..Default::default()
}),
Expand Down

0 comments on commit 3b98fc5

Please sign in to comment.