summaryrefslogtreecommitdiff
path: root/tests/suite/math/call.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suite/math/call.typ')
-rw-r--r--tests/suite/math/call.typ2
1 files changed, 1 insertions, 1 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") $