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