bevy/crates/bevy_hierarchy/src
Victor El Hajj 277cfa5a4e
Improve child_builder add_child documentation slightly (#16663)
A small documentation improvement. The description was copied from
insert_children. I changed the documentation to be singular instead of
plural when referring to the child in add_child.

# Objective

- The description was copied from insert_children and still refers to
the child being added as plural children

## Solution

- Description now has child in singular form.

## Testing

- N/A

---------

Co-authored-by: IQuick 143 <IQuick143cz@gmail.com>
2024-12-10 03:15:52 +00:00
..
components Window picking (#16103) 2024-12-05 21:14:39 +00:00
child_builder.rs Improve child_builder add_child documentation slightly (#16663) 2024-12-10 03:15:52 +00:00
events.rs Fix bevy_hierarchy failing to compile without reflect feature (#16428) 2024-11-19 01:28:42 +00:00
hierarchy.rs Move clone_entity commands to EntityCommands (#16672) 2024-12-06 15:54:35 +00:00
lib.rs Fix permissions of rust source files (#16310) 2024-11-09 16:34:38 +00:00
query_extension.rs Migrate from Query::single and friends to Single (#15872) 2024-10-13 20:32:06 +00:00
valid_parent_check_plugin.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00