Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typo in bevy_reflect README (#8281)
# Objective Fix typo in bevy_reflect README: `MyType` is a struct and not a trait, so `&dyn MyType` is incorrect. ## Solution Replace `&dyn MyType` with `&dyn DoThing`
- Loading branch information