Skip to content

Commit

Permalink
Fix CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Nov 21, 2024
1 parent dd9b04e commit 7ca98c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ impl Tooltip {
#[derive(Clone, Debug)]
#[cfg_attr(feature = "bevy_reflect", derive(bevy_reflect::Reflect))]
pub enum TooltipContent {
/// Display the primary tooltip with custom [`Text`].
/// Display the primary tooltip with custom [`RichText`].
Primary(RichText),
/// Display a fully custom entity as the tooltip.
Custom(Entity),
Expand Down

0 comments on commit 7ca98c7

Please sign in to comment.