Skip to content

Commit

Permalink
Fix ambiguous rich_text link in widget::markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Aug 22, 2024
1 parent 4c883f1 commit bb6fa42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/src/markdown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ impl Text {
}
}

/// Returns the [`rich_text`] spans ready to be used for the given style.
/// Returns the [`rich_text()`] spans ready to be used for the given style.
///
/// This method performs caching for you. It will only reallocate if the [`Style`]
/// provided changes.
Expand Down

0 comments on commit bb6fa42

Please sign in to comment.