mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Fix typo in bevy_reflect/src/reflect.rs (#15157)
Corrected a typo "enumuration" to "enumeration".
This commit is contained in:
parent
8bfe635c3e
commit
15e246eff8
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue