fix: doc comments

This commit is contained in:
pml68 2025-05-25 21:31:50 +02:00 committed by Héctor Ramón Jiménez
parent b26890f76e
commit 4ea0db665f
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -299,7 +299,7 @@ pub trait Renderer: crate::Renderer {
/// The [`Editor`] of this [`Renderer`].
type Editor: Editor<Font = Self::Font> + '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