jkbrzt / rrule

JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more.
https://jkbrzt.github.io/rrule
Other
3.31k stars 511 forks source link

Fix code mistake #628

Closed lulunac27a closed 3 months ago

lulunac27a commented 3 months ago

Fix the code mistake by removing the semicolon (;) at the start of the line before the output.


Thanks for contributing to rrule!

To submit a pull request, please verify that you have done the following:

davidgoli commented 3 months ago

this isn't a code mistake, it's necessary to break the statements so that it's not interpreted as

rruleSet.toString()(...)