Skip to content

Commit

Permalink
Fix typo in bevy_reflect/src/reflect.rs (bevyengine#15157)
Browse files Browse the repository at this point in the history
Corrected a typo "enumuration" to "enumeration".
  • Loading branch information
mamekoro committed Sep 11, 2024
1 parent 8bfe635 commit 15e246e
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 @@ -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`].
Expand Down

0 comments on commit 15e246e

Please sign in to comment.