summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-09-13 15:42:28 +0200
committerLaurenz <laurmaedje@gmail.com>2023-09-13 15:42:35 +0200
commit88404e924b20cdacf6c3c2ab79c432e2a65c8f5f (patch)
treea31ef00f76a90b49943b5e72ac0a43f6b5eae5bb /crates
parentff2650373c97bcd94d7ffac916f5ee631ee42aed (diff)
Mention import renaming in the docs
Diffstat (limited to 'crates')
-rw-r--r--crates/typst/src/eval/module.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/typst/src/eval/module.rs b/crates/typst/src/eval/module.rs
index 9f02948c..9ae4b0f9 100644
--- a/crates/typst/src/eval/module.rs
+++ b/crates/typst/src/eval/module.rs
@@ -8,9 +8,9 @@ use crate::diag::StrResult;
/// An evaluated module, either built-in or resulting from a file.
///
-/// You can access definitions from the module using [field access
-/// notation]($scripting/#fields) and interact with it using the [import and
-/// include syntaxes]($scripting/#modules).
+/// You can access definitions from the module using
+/// [field access notation]($scripting/#fields) and interact with it using the
+/// [import and include syntaxes]($scripting/#modules).
///
/// # Example
/// ```example