mirror of
https://github.com/typst/typst
synced 2025-05-20 20:15:29 +08:00
Correct outdated comment (#1265)
This commit is contained in:
parent
f692a5efc6
commit
991777e3a8
@ -178,7 +178,7 @@ pub enum Expr {
|
||||
While(WhileLoop),
|
||||
/// A for loop: `for x in y { z }`.
|
||||
For(ForLoop),
|
||||
/// A module import: `import a, b, c from "utils.typ"`.
|
||||
/// A module import: `import "utils.typ": a, b, c`.
|
||||
Import(ModuleImport),
|
||||
/// A module include: `include "chapter1.typ"`.
|
||||
Include(ModuleInclude),
|
||||
|
Loading…
x
Reference in New Issue
Block a user