summaryrefslogtreecommitdiff
path: root/tests/typ/math
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/math')
-rw-r--r--tests/typ/math/frac.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/math/frac.typ b/tests/typ/math/frac.typ
index db37e28c..2e915de2 100644
--- a/tests/typ/math/frac.typ
+++ b/tests/typ/math/frac.typ
@@ -17,7 +17,7 @@ $ x = (-b plus.minus sqrt(b^2 - 4a c))/(2a) $
$ binom(circle, square) $
---
-// Error: 8-13 missing argument: lower index
+// Error: 8-13 missing argument: lower
$ binom(x^2) $
---