Skip to content

Commit

Permalink
Grammar nit
Browse files Browse the repository at this point in the history
Co-authored-by: Gino Valente <[email protected]>
  • Loading branch information
alice-i-cecile and MrGVSV authored Aug 8, 2024
1 parent 42bdee2 commit ea99863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_reflect/src/reflect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ where
/// meaning any type which implements `Reflect` implements `PartialReflect` by definition.
///
/// It's recommended to use [the derive macro] rather than manually implementing this trait.
/// Doing so will automatically implement this trait, [`PartialReflect`] and many other useful traits for reflection,
/// Doing so will automatically implement this trait, [`PartialReflect`], and many other useful traits for reflection,
/// including one of the appropriate subtraits: [`Struct`], [`TupleStruct`] or [`Enum`].
///
/// See the [crate-level documentation] to see how this trait can be used.
Expand Down

0 comments on commit ea99863

Please sign in to comment.