summaryrefslogtreecommitdiff
path: root/tests/typ/visualize/gradient-text.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/visualize/gradient-text.typ')
-rw-r--r--tests/typ/visualize/gradient-text.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/visualize/gradient-text.typ b/tests/typ/visualize/gradient-text.typ
index a233ba6b..671172e1 100644
--- a/tests/typ/visualize/gradient-text.typ
+++ b/tests/typ/visualize/gradient-text.typ
@@ -9,7 +9,7 @@
// Make sure they don't work when `relative: "self"`.
// Hint: 17-61 make sure to set `relative: auto` on your text fill
-// Error: 17-61 gradients on text must be relative to the parent
+// Error: 17-61 gradients and patterns on text must be relative to the parent
#set text(fill: gradient.linear(red, blue, relative: "self"))
---