Skip to content

Commit

Permalink
Fixed doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGVSV committed Jul 31, 2022
1 parent db777ac commit 2160eee
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, used by [`TypeInfo`].
/// A container for compile-time enum info, used by [`TypeInfo`](crate::TypeInfo).
#[derive(Clone, Debug)]
pub struct EnumInfo {
type_name: &'static str,
Expand Down

0 comments on commit 2160eee

Please sign in to comment.