bevy
bevy copied to clipboard
variable in reflect_remove method in ReflectExt trait has wrong naming and wrong docs description
How can Bevy's documentation be improved?
remove_reflect in docs
remove_reflect in implementation file
Problem
Mismatch in the name of the second remove_reflect variable between bevy::ecs::reflect::ReflectCommandExt and the implementation in ecs/reflect/entity_commands.rs
Called component_type_name in some parts, component_type_path in others
Expected behaviour
Since type_name was replaced by type_path during type registration, it is expected to be component_type_path everywhere else
Version
Bevy 0.13.2