Skip to content

Commit 0f49641

Browse files
authored
fix comment
Signed-off-by: Anton-4 <[email protected]>
1 parent d6173d8 commit 0f49641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/check/parse/IR.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -2719,7 +2719,7 @@ pub fn resolve(self: *IR, token: TokenIdx) []const u8 {
27192719

27202720
/// Contains properties of the thing to the right of the `import` keyword.
27212721
pub const ImportRhs = packed struct {
2722-
/// e.g. 1 in case `SomeModule` is an alias in `import SomeModule exposing [...]`
2722+
/// e.g. 1 in case we use import `as`: `import Module as Mod`
27232723
aliased: u1,
27242724
/// 1 in case the import is qualified, e.g. `pf` in `import pf.Stdout ...`
27252725
qualified: u1,

0 commit comments

Comments
 (0)