Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
JieningYu committed Aug 25, 2024
1 parent 3bf33d7 commit 97c8d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/text/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ where

/// Global context for text.
///
/// The associated types [`Texts::T`] and [`Texts::StyleExt`] should be applied to [`Text`] when used.
/// The associated type `Content` and `StyleExt` should be applied to [`Text`] when used.
pub trait ProvideTextTy: GlobalContext {
/// Generic `T` that should be applied to [`Text`].
type Content: Plain;
Expand Down

0 comments on commit 97c8d6f

Please sign in to comment.