diff options
Diffstat (limited to 'core/src/widget')
-rw-r--r-- | core/src/widget/text.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/widget/text.rs b/core/src/widget/text.rs index a220127c..0305972b 100644 --- a/core/src/widget/text.rs +++ b/core/src/widget/text.rs @@ -330,7 +330,7 @@ where } } -/// The apperance of some text. +/// The appearance of some text. #[derive(Debug, Clone, Copy, Default)] pub struct Appearance { /// The [`Color`] of the text. |