Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mweatherley committed Jan 19, 2025
1 parent 4c83f13 commit 30bec7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/remote/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fn main() {
.add_systems(Startup, setup)
.add_systems(Update, remove.run_if(input_just_pressed(KeyCode::Space)))
.add_systems(Update, move_cube)
// New types must be registed in order to be usable with reflection.
// New types must be registered in order to be usable with reflection.
.register_type::<Cube>()
.register_type::<TestResource>()
.run();
Expand Down

0 comments on commit 30bec7f

Please sign in to comment.