summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorWenzhuo Liu <mgt@oi-wiki.org>2024-01-25 23:15:13 +0800
committerGitHub <noreply@github.com>2024-01-25 15:15:13 +0000
commit6359a83f8232a22e39bcecc306fc0d54dfc464a0 (patch)
tree9137a453aca30c063cdc264ad01f742195fbd92d /crates
parentf1fbb479b02fa7ebf98ba65bdb79666e150d5930 (diff)
doc: remove inaccurate statement in eval (#3250)
Diffstat (limited to 'crates')
-rw-r--r--crates/typst/src/foundations/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/typst/src/foundations/mod.rs b/crates/typst/src/foundations/mod.rs
index 04380bee..543fb774 100644
--- a/crates/typst/src/foundations/mod.rs
+++ b/crates/typst/src/foundations/mod.rs
@@ -256,8 +256,6 @@ pub fn eval(
/// The engine.
engine: &mut Engine,
/// A string of Typst code to evaluate.
- ///
- /// The code in the string cannot interact with the file system.
source: Spanned<String>,
/// The syntactical mode in which the string is parsed.
///