From 4ea0db665fcaf415afa6db3125fbbc6816b8d49a Mon Sep 17 00:00:00 2001 From: pml68 Date: Sun, 25 May 2025 21:31:50 +0200 Subject: [PATCH] fix: doc comments --- core/src/text.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/text.rs b/core/src/text.rs index e1a7b3a8..b642c243 100644 --- a/core/src/text.rs +++ b/core/src/text.rs @@ -299,7 +299,7 @@ pub trait Renderer: crate::Renderer { /// The [`Editor`] of this [`Renderer`]. type Editor: Editor + 'static; - /// The [`Raw`] text of this [`Renderer`]. + /// The `Raw` text of this [`Renderer`]. type Raw: 'static; /// The icon font of the backend. @@ -346,7 +346,7 @@ pub trait Renderer: crate::Renderer { clip_bounds: Rectangle, ); - /// Draws the given [`Raw`] text. + /// Draws the given `Raw` text. fn fill_raw(&mut self, raw: Self::Raw); /// Draws the given [`Text`] at the given position and with the given