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 26, 2023
1 parent 3d54fd6 commit 4fa5a01
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 4fa5a01

Please sign in to comment.