diff options
author | 2023-09-10 00:55:46 +0200 | |
---|---|---|
committer | 2023-09-10 00:55:46 +0200 | |
commit | b42b24b79a097aab10006490cd2ec8a2332fd5d0 (patch) | |
tree | 05eb2a141d7aec9958c5eb48f26b4eeb04739871 /graphics/src/primitive.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 'graphics/src/primitive.rs')
-rw-r--r-- | graphics/src/primitive.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/src/primitive.rs b/graphics/src/primitive.rs index cdc8923e..8a97e6e7 100644 --- a/graphics/src/primitive.rs +++ b/graphics/src/primitive.rs @@ -34,11 +34,11 @@ pub enum Primitive<T> { }, /// A paragraph primitive Paragraph { - /// The [`Paragraph`]. + /// The [`paragraph::Weak`] reference. paragraph: paragraph::Weak, - /// The position of the [`Paragraph`]. + /// The position of the paragraph. position: Point, - /// The color of the [`Paragraph`]. + /// The color of the paragraph. color: Color, }, /// A quad primitive |