doc: remove inaccurate statement in eval (#3250)

This commit is contained in:
Wenzhuo Liu 2024-01-25 23:15:13 +08:00 committed by GitHub
parent f1fbb479b0
commit 6359a83f82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
///