diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-01-23 11:16:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-23 10:16:04 +0000 |
| commit | 1bd8ff0e0fa7966f4bd2a4426241781bed168df7 (patch) | |
| tree | d3013460b54663cb803b0d5702c1bbfd4aab0f63 /tests | |
| parent | 6fcc4322845482c1810c26ee7f6fc8f6fed20d7d (diff) | |
Methods on elements (#5733)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/suite/scripting/methods.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/suite/scripting/methods.typ b/tests/suite/scripting/methods.typ index 5deea2cf..566e9d9a 100644 --- a/tests/suite/scripting/methods.typ +++ b/tests/suite/scripting/methods.typ @@ -31,7 +31,7 @@ #numbers.fun() --- method-unknown-but-field-exists --- -// Error: 2:4-2:10 type content has no method `stroke` +// Error: 2:4-2:10 element line has no method `stroke` // Hint: 2:4-2:10 did you mean to access the field `stroke`? #let l = line(stroke: red) #l.stroke() |
