bradymholt / cRonstrue

JavaScript library that translates Cron expressions into human readable descriptions
http://bradymholt.github.io/cRonstrue/
MIT License
1.28k stars 168 forks source link

fix: wrong word when DOM and DOW both present (#272) #314

Closed mytharcher closed 7 months ago

mytharcher commented 7 months ago

As described in #272, when both DOM and DOW present, the default behavior of cron will schedule on both matches.

And this is also commented in the source code as: https://github.com/bradymholt/cRonstrue/blob/main/src/expressionDescriptor.ts#L388

So I changed the language to express the correct meaning.

Since I can only speak zh and en, I only did changes in these files:

bradymholt commented 7 months ago

Thanks!

github-actions[bot] commented 7 months ago

The changes in PR were just released in v2.48.0 🎉.