diff options
Diffstat (limited to 'tests/typ/compute')
| -rw-r--r-- | tests/typ/compute/utility.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/compute/utility.typ b/tests/typ/compute/utility.typ index cfc2e8af..c99c0858 100644 --- a/tests/typ/compute/utility.typ +++ b/tests/typ/compute/utility.typ @@ -41,9 +41,9 @@ } --- -// Error: 17-18 must be positive +// Error: 17-18 number must be positive #numbering("1", 0) --- -// Error: 17-19 must be positive +// Error: 17-19 number must be positive #numbering("1", -1) |
