Skip to content

Commit

Permalink
Merge pull request #10 from martinlindhe/typos
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
Seldom-SE authored Feb 8, 2024
2 parents ff824ec + f0965ce commit 3d92493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chase.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fn init(mut commands: Commands, asset_server: Res<AssetServer>) {
// (namely, `player`). For the sake of example, we also define this trigger as an external
// function later.
//
// Triggers are reinitialized after each transition, so they won't read events that occured in a
// Triggers are reinitialized after each transition, so they won't read events that occurred in a
// previous state, `Local`s are reset between transitions, etc.
let near_player = move |In(entity): In<Entity>, transforms: Query<&Transform>| {
let distance = transforms
Expand Down

0 comments on commit 3d92493

Please sign in to comment.