diff options
Diffstat (limited to 'widget/src/text')
| -rw-r--r-- | widget/src/text/rich.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/widget/src/text/rich.rs b/widget/src/text/rich.rs index 921c55a5..3d241375 100644 --- a/widget/src/text/rich.rs +++ b/widget/src/text/rich.rs @@ -72,7 +72,7 @@ where          self      } -    /// Sets the defualt [`LineHeight`] of the [`Rich`] text. +    /// Sets the default [`LineHeight`] of the [`Rich`] text.      pub fn line_height(mut self, line_height: impl Into<LineHeight>) -> Self {          self.line_height = line_height.into();          self  | 
