diff options
| author | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2024-09-26 13:32:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-26 17:32:55 +0000 |
| commit | ca1f749c087bc19f6fbcebcd3ee34307959a95d5 (patch) | |
| tree | afa4bc0fca4b27d15b99df6da625090b0ef864f2 /tests/suite/math | |
| parent | 3c90878460cecaaa7ac879ba0973f94705b7c062 (diff) | |
Spelling (#5020)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
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)$\ |
