Skip to content

Commit

Permalink
update std::jule::ast
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Mar 24, 2024
1 parent 8438b23 commit 41c7a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/std/jule-ast.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ Key-value pair expression.
```jule
struct SliceExpr {
token: Token // From std::jule::lex
elems: []&Expr
exprs: []&Expr
}
```
Slice initiating expression.\
Expand Down

0 comments on commit 41c7a42

Please sign in to comment.