Skip to content

Commit

Permalink
Fix typo in 2.1 dayOfYearAtom EBNF group
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLaval committed Oct 7, 2024
1 parent d223011 commit 1b6a4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2.1/src/main/antlr4/org/sdmx/vtl/Vtl.g4
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ timeOperators:
| YEAR_OP LPAREN expr RPAREN # yearAtom
| MONTH_OP LPAREN expr RPAREN # monthAtom
| DAYOFMONTH LPAREN expr RPAREN # dayOfMonthAtom
| DAYOFYEAR LPAREN expr RPAREN # datOfYearAtom
| DAYOFYEAR LPAREN expr RPAREN # dayOfYearAtom
| DAYTOYEAR LPAREN expr RPAREN # dayToYearAtom
| DAYTOMONTH LPAREN expr RPAREN # dayToMonthAtom
| YEARTODAY LPAREN expr RPAREN # yearTodayAtom
Expand Down

0 comments on commit 1b6a4e7

Please sign in to comment.