diff options
Diffstat (limited to 'tests/suite/math')
| -rw-r--r-- | tests/suite/math/call.typ | 2 | ||||
| -rw-r--r-- | tests/suite/math/multiline.typ | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/suite/math/call.typ b/tests/suite/math/call.typ index bd66c400..2477d9b6 100644 --- a/tests/suite/math/call.typ +++ b/tests/suite/math/call.typ @@ -23,7 +23,7 @@ $ pi(a,b,) $ $ pi(a;b) $ --- math-call-2d-semicolon-priority --- -// If the semicolon directlry follows a hash expression, it terminates that +// If the semicolon directly follows a hash expression, it terminates that // instead of indicating 2d arguments. $ mat(#"math" ; "wins") $ $ mat(#"code"; "wins") $ diff --git a/tests/suite/math/multiline.typ b/tests/suite/math/multiline.typ index b6d970f3..8377b93e 100644 --- a/tests/suite/math/multiline.typ +++ b/tests/suite/math/multiline.typ @@ -63,7 +63,7 @@ Multiple trailing line breaks. #hrule(70pt)$e^(pi i)+1 = 0$ --- math-linebreaking-lr --- -// LR groups prevent linbreaking. +// LR groups prevent linebreaking. #let hrule(x) = box(line(length: x)) #hrule(76pt)$a+b$\ #hrule(74pt)$(a+b)$\ |
