Skip to content

Commit e48c05c

Browse files
committed
Fix Link in valid_parent_check_plugin.rs (#6584)
# Objective Link doesn't get to right segment ## Solution Fix link
1 parent f7c8eb7 commit e48c05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_hierarchy/src/valid_parent_check_plugin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pub fn check_hierarchy_component_has_valid_parent<T: Component>(
5050
already_diagnosed.insert(entity);
5151
warn!(
5252
"warning[B0004]: {name} with the {ty_name} component has a parent without {ty_name}.\n\
53-
This will cause inconsistent behaviors! See https://bevyengine.org/learn/errors/#B0004",
53+
This will cause inconsistent behaviors! See https://bevyengine.org/learn/errors/#b0004",
5454
ty_name = get_short_name(std::any::type_name::<T>()),
5555
name = name.map_or("An entity".to_owned(), |s| format!("The {s} entity")),
5656
);

0 commit comments

Comments
 (0)