Skip to content

Commit

Permalink
Type typo
Browse files Browse the repository at this point in the history
  • Loading branch information
edemaine committed Dec 24, 2024
1 parent aa4fcf9 commit 8aa5447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/parser/types.civet
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ export type ForDeclaration

export type ForReduction
type: "ForReduction"
subtype: "some" | "every" | "count" | "find" | "sum" | "product" | "min" | "max" | "first" | "concat"
subtype: "some" | "every" | "count" | "first" | "sum" | "product" | "min" | "max" | "join" | "concat"

export type SwitchStatement
type: "SwitchStatement"
Expand Down

0 comments on commit 8aa5447

Please sign in to comment.