Skip to content

Commit

Permalink
Update crates/bevy_reflect/src/enums/enum_trait.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
  • Loading branch information
MrGVSV and alice-i-cecile committed Jul 31, 2022
1 parent feebbd3 commit da14f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_reflect/src/enums/enum_trait.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ pub trait Enum: Reflect {
}
}

/// A container for compile-time enum info.
/// A container for compile-time enum info, used by [`TypeInfo`].
#[derive(Clone, Debug)]
pub struct EnumInfo {
type_name: &'static str,
Expand Down

0 comments on commit da14f78

Please sign in to comment.