Skip to content

Commit

Permalink
chore(packages): Fix minor typo in code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Nov 14, 2024
1 parent 99c253c commit 6d9d6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/math/typesetter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ local function handleMath (_, mbox, options)

if mode == "display" then
-- See https://github.com/sile-typesetter/sile/issues/2160
-- We are not excactly doing the right things here with respect to
-- We are not exactly doing the right things here with respect to
-- paragraphing expectations.
-- The vertical penalty will flush the previous paragraph, if any.
SILE.call("penalty", { penalty = SILE.settings:get("math.predisplaypenalty"), vertical = true })
Expand Down

0 comments on commit 6d9d6ca

Please sign in to comment.