Fix ambiguous rich_text link in widget::markdown
This commit is contained in:
parent
4c883f12b4
commit
bb6fa42924
1 changed files with 1 additions and 1 deletions
|
|
@ -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`]
|
/// This method performs caching for you. It will only reallocate if the [`Style`]
|
||||||
/// provided changes.
|
/// provided changes.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue