mirror of
https://github.com/typst/typst
synced 2025-05-20 03:55:29 +08:00
Fix typo (#1969)
This commit is contained in:
parent
522708b9df
commit
3c47a7795c
@ -283,7 +283,7 @@ ways:
|
|||||||
- **Import items:** `{import "bar.typ": a, b}` \
|
- **Import items:** `{import "bar.typ": a, b}` \
|
||||||
Evaluates the file at the path `bar.typ`, extracts the values of the variables
|
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}`
|
`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.
|
all variables defined in a module.
|
||||||
|
|
||||||
Instead of a path, you can also use a [module value]($type/module), as shown in
|
Instead of a path, you can also use a [module value]($type/module), as shown in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user