bevy icon indicating copy to clipboard operation
bevy copied to clipboard

variable in reflect_remove method in ReflectExt trait has wrong naming and wrong docs description

Open rewin123 opened this issue 1 year ago • 0 comments

How can Bevy's documentation be improved?

remove_reflect in docs image remove_reflect in implementation file image

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

rewin123 avatar May 16 '24 15:05 rewin123