summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-10-27 05:19:35 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-10-27 05:19:35 +0200
commit57f9024e89256ad3f99a3ab19bdc8524c1defa54 (patch)
treed082b884549cffd37adb78d4f779278fb155bee9 /graphics
parente579d8553088c7d17784e7ff8f6e21360c2bd9ef (diff)
downloadiced-57f9024e89256ad3f99a3ab19bdc8524c1defa54.tar.gz
iced-57f9024e89256ad3f99a3ab19bdc8524c1defa54.tar.bz2
iced-57f9024e89256ad3f99a3ab19bdc8524c1defa54.zip
Fix intra-doc broken links
Diffstat (limited to 'graphics')
-rw-r--r--graphics/src/text/paragraph.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/src/text/paragraph.rs b/graphics/src/text/paragraph.rs
index ccfe4a61..4a08a8f4 100644
--- a/graphics/src/text/paragraph.rs
+++ b/graphics/src/text/paragraph.rs
@@ -37,7 +37,7 @@ impl Paragraph {
/// Creates a [`Weak`] reference to the [`Paragraph`].
///
- /// This is useful to avoid cloning the [`Editor`] when
+ /// This is useful to avoid cloning the [`Paragraph`] when
/// referential guarantees are unnecessary. For instance,
/// when creating a rendering tree.
pub fn downgrade(&self) -> Weak {