Skip to content

Commit

Permalink
std/jule/ast: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Jan 17, 2025
1 parent 9c8d8e9 commit 200979f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/jule/ast/node.jule
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ struct NamespaceExpr {
// Object sub identifier selection expression.
struct SubIdentExpr {
Expr: &Expr // Selected object.
Ident: &token::Token // TOken of selected identifier.
Ident: &token::Token // Token of selected identifier.
}

// Binary operation.
Expand Down

0 comments on commit 200979f

Please sign in to comment.