summaryrefslogtreecommitdiff
path: root/docs/src/reference/scripting.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/reference/scripting.md')
-rw-r--r--docs/src/reference/scripting.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/src/reference/scripting.md b/docs/src/reference/scripting.md
index 1aa399d1..15e4be91 100644
--- a/docs/src/reference/scripting.md
+++ b/docs/src/reference/scripting.md
@@ -178,8 +178,7 @@ can be either:
- a [dictionary]($type/dictionary) that has the specified key,
- a [symbols]($type/symbol) that has the specified modifier,
- a [module]($type/module) containing the specified definition,
-- [content]($type/content) that exposes the specified field. Most elements
- expose some or all of the non-settable arguments passed to them as fields.
+- [content]($type/content) that has the specified field.
```example
#let dict = (greet: "Hello")