Skip to content

Commit

Permalink
Fix typo discovered by ManevilleF
Browse files Browse the repository at this point in the history
Co-authored-by: Félix Lescaudey de Maneville <[email protected]>
  • Loading branch information
nicopap and ManevilleF authored Feb 1, 2024
1 parent 0112dcc commit 29a7d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/news/2024-02-03-bevy-0.13/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ They are now possible thanks to dynamic queries.
The standard way of defining a `Query` is by using them as system parameters:

```rust
fn take_damange(mut player_health: Query<(Entity, &mut Health), With<Player>>) {
fn take_damage(mut player_health: Query<(Entity, &mut Health), With<Player>>) {
// ...
}
```
Expand Down

0 comments on commit 29a7d7f

Please sign in to comment.