summaryrefslogtreecommitdiff
path: root/tests/typ/utility/strings.typ
diff options
context:
space:
mode:
authorMartin Haug <mhaug@live.de>2022-02-03 11:27:06 +0100
committerMartin Haug <mhaug@live.de>2022-02-03 11:32:16 +0100
commitbd0d0e10d8ce2246aa1a6fd9a801707cc63dc9a6 (patch)
tree919c7bc189dce43be75dbb85e50d4e0079bbefaa /tests/typ/utility/strings.typ
parent3f76aadb1ad8735ccd879a0b4797dabddc257896 (diff)
Harmonize non-negative int arguments
Diffstat (limited to 'tests/typ/utility/strings.typ')
-rw-r--r--tests/typ/utility/strings.typ2
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)