Skip to content

Commit

Permalink
Fix docs error
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Jan 12, 2024
1 parent 611ce16 commit b33248a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ pub trait Renderer: crate::Renderer {
/// The [`Editor`] of this [`Renderer`].
type Editor: Editor<Font = Self::Font> + 'static;

/// The [`Raw`] of this [`Renderer`].
/// The Raw of this [`Renderer`].
type Raw;

/// The icon font of the backend.
Expand Down Expand Up @@ -218,7 +218,7 @@ pub trait Renderer: crate::Renderer {
clip_bounds: Rectangle,
);

/// Draws the given [`Raw`]
/// Draws the given Raw
fn fill_raw(&mut self, raw: Self::Raw);

/// Draws the given [`Text`] at the given position and with the given
Expand Down

0 comments on commit b33248a

Please sign in to comment.