Fix ambiguous rich_text link in widget::markdown

This commit is contained in:
Héctor Ramón Jiménez 2024-08-22 02:30:12 +02:00
parent 4c883f12b4
commit bb6fa42924
No known key found for this signature in database
GPG key ID: 4C07CEC81AFA161F

View file

@ -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.