Skip to content

Commit ea99863

Browse files
Grammar nit
Co-authored-by: Gino Valente <[email protected]>
1 parent 42bdee2 commit ea99863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_reflect/src/reflect.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ where
389389
/// meaning any type which implements `Reflect` implements `PartialReflect` by definition.
390390
///
391391
/// It's recommended to use [the derive macro] rather than manually implementing this trait.
392-
/// Doing so will automatically implement this trait, [`PartialReflect`] and many other useful traits for reflection,
392+
/// Doing so will automatically implement this trait, [`PartialReflect`], and many other useful traits for reflection,
393393
/// including one of the appropriate subtraits: [`Struct`], [`TupleStruct`] or [`Enum`].
394394
///
395395
/// See the [crate-level documentation] to see how this trait can be used.

0 commit comments

Comments
 (0)