diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-01-28 18:32:58 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-01-28 18:32:58 +0100 |
| commit | 406de22ee5cd74dc6f67743bad4710415bb50c41 (patch) | |
| tree | 37536600378cd325956201ea175469bc22db2b1a /tests/typ/math | |
| parent | 2d56e3c5e245bf8824bf0ea8f1f1a05cb9716dc5 (diff) | |
Remove method call syntax kind
Diffstat (limited to 'tests/typ/math')
| -rw-r--r-- | tests/typ/math/matrix.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/math/matrix.typ b/tests/typ/math/matrix.typ index aa99bb1b..3f65a683 100644 --- a/tests/typ/math/matrix.typ +++ b/tests/typ/math/matrix.typ @@ -23,5 +23,5 @@ $ f(x, y) := cases( #set math.vec(delim: "%") --- -// Error: 9-12 missing argument: lower index +// Error: 8-13 missing argument: lower index $ binom(x^2) $ |
