Skip to content

Commit

Permalink
Update content/learn/book/migration-guides/0.8-0.9/_index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IceSentry authored Nov 7, 2022
1 parent 61d21eb commit 7b6d378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/learn/book/migration-guides/0.8-0.9/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ commands.entity(some_entity).remove_bundle::<SomeBundle>();
// New (0.9)
commands.entity(some_entity).remove::<SomeBundle>();
```

Replace `remove_bundle_intersection` with `remove_intersection`:

```rust
// Old (0.8)
Expand Down

0 comments on commit 7b6d378

Please sign in to comment.