Skip to content

Commit

Permalink
nixd/Syntax: revise the typeof Let::Binds to Binds
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Sep 24, 2023
1 parent 6063de1 commit 898d547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixd/include/nixd/Syntax/Nodes.inc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ NODE(List, {
})

NODE(Let, {
Node *Binds;
syntax::Binds *Binds;
Node *Body;
COMMON_METHOD
})
Expand Down

0 comments on commit 898d547

Please sign in to comment.