Fix broken intra-doc link in graphics::text

This commit is contained in:
Héctor Ramón Jiménez 2025-08-05 22:20:30 +02:00
parent a8e2956f74
commit 35df95e988
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -176,7 +176,7 @@ impl FontSystem {
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Default)]
pub struct Version(u32);
/// A weak reference to a [`cosmic-text::Buffer`] that can be drawn.
/// A weak reference to a [`cosmic_text::Buffer`] that can be drawn.
#[derive(Debug, Clone)]
pub struct Raw {
/// A weak reference to a [`cosmic_text::Buffer`].