diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-23 00:33:22 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-23 00:34:17 +0100 |
| commit | 1a9bcaccec411cbc50a5d1ff64f266afaa63a29c (patch) | |
| tree | 3d63a07659ca159c72d87b465699049301628c89 /library/src/text/shift.rs | |
| parent | fd787317a858f0f6d9a3ac551d3fecb93286a0af (diff) | |
Fix typos
Diffstat (limited to 'library/src/text/shift.rs')
| -rw-r--r-- | library/src/text/shift.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/text/shift.rs b/library/src/text/shift.rs index 1d78d857..611ed455 100644 --- a/library/src/text/shift.rs +++ b/library/src/text/shift.rs @@ -42,7 +42,7 @@ impl SubNode { /// N#sub(typographic: false)[1] /// ``` pub const TYPOGRAPHIC: bool = true; - /// The baseline shift for synthetic subcripts. Does not apply if + /// The baseline shift for synthetic subscripts. Does not apply if /// `typographic` is true and the font has subscript codepoints for the /// given `body`. pub const BASELINE: Length = Em::new(0.2).into(); |
