diff options
| author | Martin Haug <mhaug@live.de> | 2022-02-03 11:27:06 +0100 |
|---|---|---|
| committer | Martin Haug <mhaug@live.de> | 2022-02-03 11:32:16 +0100 |
| commit | bd0d0e10d8ce2246aa1a6fd9a801707cc63dc9a6 (patch) | |
| tree | 919c7bc189dce43be75dbb85e50d4e0079bbefaa /tests | |
| parent | 3f76aadb1ad8735ccd879a0b4797dabddc257896 (diff) | |
Harmonize non-negative int arguments
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typ/utility/strings.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/utility/strings.typ b/tests/typ/utility/strings.typ index 15550f16..d7a55356 100644 --- a/tests/typ/utility/strings.typ +++ b/tests/typ/utility/strings.typ @@ -19,5 +19,5 @@ #roman(8000000) --- -// Error: 9-11 number must not be negative +// Error: 9-11 must be at least zero #symbol(-1) |
