Skip to content

Commit

Permalink
Misspelling in example
Browse files Browse the repository at this point in the history
  • Loading branch information
zmbush authored Jun 20, 2024
1 parent d264394 commit be34da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bevy_yarnspinner/src/bin/custom_command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fn read_resource(_: In<()>, previously_added_resource: Res<SomethingAddedByYarnS
// `<<update_resource "Bob">>`
// or
// `<<update_resource "Bob" 42>>`
fn upate_resource(
fn update_resource(
In((name, age)): In<(String, Option<f32>)>,
mut resource: ResMut<SomethingAddedByYarnSpinner>,
) {
Expand Down

0 comments on commit be34da7

Please sign in to comment.