Skip to content

Commit

Permalink
Fix docs errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nicopap committed Sep 10, 2023
1 parent 0f0c797 commit 3d42430
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/bevy_ecs/src/reflect/registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ impl DerefMut for AppTypeRegistry {
///
/// It is implemented for [`AppTypeRegistry`] and any `Resource` that implements
/// `AsRef<TypeRegistry>`.
///
/// [`ReflectCommandExt`]: super::ReflectCommandExt
/// [`Reflect`]: bevy_reflect::Reflect
pub trait ReadTypeRegistry {
/// The type holding the [`TypeRegistry`] to read from.
type Target<'t>: Deref<Target = TypeRegistry>
Expand Down

0 comments on commit 3d42430

Please sign in to comment.