Skip to content

Commit

Permalink
Fix doc lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SkiFire13 committed Oct 22, 2023
1 parent ebfadbe commit a1bed41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/reflect/component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pub struct ReflectComponent(ReflectComponentFns);
/// > will not need.
/// > Usually a [`ReflectComponent`] is created for a type by deriving [`Reflect`]
/// > and adding the `#[reflect(Component)]` attribute.
/// > After adding the component to the [`TypeRegistry`][bevy_reflect::TypeRegistry],
/// > After adding the component to the [`TypeRegistry`],
/// > its [`ReflectComponent`] can then be retrieved when needed.
///
/// Creating a custom [`ReflectComponent`] may be useful if you need to create new component types
Expand Down

0 comments on commit a1bed41

Please sign in to comment.