Fix typo in bevy_reflect/src/reflect.rs (#15157)

Corrected a typo "enumuration" to "enumeration".
This commit is contained in:
mamekoro 2024-09-12 06:51:17 +09:00 committed by GitHub
parent 8bfe635c3e
commit 15e246eff8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`], /// A [`ReflectKind`] is obtained via [`PartialReflect::reflect_kind`],
/// or via [`ReflectRef::kind`],[`ReflectMut::kind`] or [`ReflectOwned::kind`]. /// or via [`ReflectRef::kind`],[`ReflectMut::kind`] or [`ReflectOwned::kind`].