Correct outdated comment (#1265)

This commit is contained in:
Rui 2023-05-21 12:55:17 +08:00 committed by GitHub
parent f692a5efc6
commit 991777e3a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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),