Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Lycs-D committed Apr 8, 2024
1 parent df812df commit 5d62ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree_sitter_v/grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ module.exports = grammar({
field('name', $.identifier),
optional(field('generic_parameters', $.generic_parameters)),
'=',
field('types', choice($.sum_type, $.plain_type)),
field('type', choice($.sum_type, $.plain_type)),
),
),

Expand Down

0 comments on commit 5d62ebf

Please sign in to comment.