summaryrefslogtreecommitdiff
path: root/src/shaping.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-10-12 18:01:22 +0200
committerLaurenz <laurmaedje@gmail.com>2020-10-12 18:01:22 +0200
commit1a70cb6a330990dc0ab373905d12458ef87afbad (patch)
tree5d82f7124734e146c2d00ce3661294ebe9d91fb4 /src/shaping.rs
parent5243878d810d4817c81acc9ae346d46757fcf602 (diff)
Naming and grammar ✔
Diffstat (limited to 'src/shaping.rs')
-rw-r--r--src/shaping.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shaping.rs b/src/shaping.rs
index 83cc0cf1..a14c48a4 100644
--- a/src/shaping.rs
+++ b/src/shaping.rs
@@ -23,7 +23,7 @@ pub struct Shaped {
/// The shaped glyphs.
pub glyphs: Vec<GlyphId>,
/// The horizontal offsets of the glyphs. This is indexed parallel to
- /// `glyphs`. Vertical offets are not yet supported.
+ /// `glyphs`. Vertical offsets are not yet supported.
pub offsets: Vec<Length>,
/// The font size.
pub font_size: Length,