diff options
Diffstat (limited to 'src/library/math')
| -rw-r--r-- | src/library/math/rex.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/math/rex.rs b/src/library/math/rex.rs index a1777372..9319d8ca 100644 --- a/src/library/math/rex.rs +++ b/src/library/math/rex.rs @@ -34,7 +34,7 @@ impl Layout for RexNode { .ok_or("failed to find math font") .at(span)?; - // Prepare the font. + // Prepare the font context. let face = ctx.fonts.get(face_id); let ctx = face .math() |
