diff options
author | 2023-09-10 00:55:46 +0200 | |
---|---|---|
committer | 2023-09-10 00:55:46 +0200 | |
commit | b42b24b79a097aab10006490cd2ec8a2332fd5d0 (patch) | |
tree | 05eb2a141d7aec9958c5eb48f26b4eeb04739871 /core/src/text.rs | |
parent | c6928457440319af3e2cf482b9e916bad9f277a5 (diff) | |
download | iced-b42b24b79a097aab10006490cd2ec8a2332fd5d0.tar.gz iced-b42b24b79a097aab10006490cd2ec8a2332fd5d0.tar.bz2 iced-b42b24b79a097aab10006490cd2ec8a2332fd5d0.zip |
Fix (more) broken intradoc links
Good thing I just set up CI earlier for this :sweat_smile:
Diffstat (limited to 'core/src/text.rs')
-rw-r--r-- | core/src/text.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/text.rs b/core/src/text.rs index f5e9abc4..0e3617b1 100644 --- a/core/src/text.rs +++ b/core/src/text.rs @@ -215,7 +215,7 @@ pub trait Paragraph: Default { /// Returns the [`LineHeight`] of the [`Paragraph`]. fn line_height(&self) -> LineHeight; - /// Returns the [`Font`] of the [`Paragraph`]. + /// Returns the [`Self::Font`] of the [`Paragraph`]. fn font(&self) -> Self::Font; /// Returns the [`Shaping`] strategy of the [`Paragraph`]. |