Fix typo in bevy_reflect/src/reflect.rs (#15157)
Corrected a typo "enumuration" to "enumeration".
This commit is contained in:
parent
8bfe635c3e
commit
15e246eff8
@ -142,7 +142,7 @@ pub enum ApplyError {
|
||||
},
|
||||
}
|
||||
|
||||
/// A zero-sized enumuration of the "kinds" of a reflected type.
|
||||
/// A zero-sized enumeration of the "kinds" of a reflected type.
|
||||
///
|
||||
/// A [`ReflectKind`] is obtained via [`PartialReflect::reflect_kind`],
|
||||
/// or via [`ReflectRef::kind`],[`ReflectMut::kind`] or [`ReflectOwned::kind`].
|
||||
|
||||
Loading…
Reference in New Issue
Block a user