summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPavel Zwerschke <pavelzw@gmail.com>2023-08-21 22:31:44 +0200
committerGitHub <noreply@github.com>2023-08-21 22:31:44 +0200
commit3c47a7795c56ba12287587b708d6a2d8a54746cb (patch)
tree442bd87d61537ca0db139cb661ce6585552cc419 /docs
parent522708b9df0b9b2f8265938aa1f0aeda8e6e6c1f (diff)
Fix typo (#1969)
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/scripting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/scripting.md b/docs/reference/scripting.md
index c18bdc4b..de649f9a 100644
--- a/docs/reference/scripting.md
+++ b/docs/reference/scripting.md
@@ -283,7 +283,7 @@ ways:
- **Import items:** `{import "bar.typ": a, b}` \
Evaluates the file at the path `bar.typ`, extracts the values of the variables
`a` and `b` (that need to be defined in `bar.typ`, e.g. through `{let}`
- bindings) and defines them in the current file.Replacing `a, b` with `*` loads
+ bindings) and defines them in the current file. Replacing `a, b` with `*` loads
all variables defined in a module.
Instead of a path, you can also use a [module value]($type/module), as shown in