doc: remove inaccurate statement in eval (#3250)
This commit is contained in:
parent
f1fbb479b0
commit
6359a83f82
|
|
@ -256,8 +256,6 @@ pub fn eval(
|
||||||
/// The engine.
|
/// The engine.
|
||||||
engine: &mut Engine,
|
engine: &mut Engine,
|
||||||
/// A string of Typst code to evaluate.
|
/// A string of Typst code to evaluate.
|
||||||
///
|
|
||||||
/// The code in the string cannot interact with the file system.
|
|
||||||
source: Spanned<String>,
|
source: Spanned<String>,
|
||||||
/// The syntactical mode in which the string is parsed.
|
/// The syntactical mode in which the string is parsed.
|
||||||
///
|
///
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue