adobe / json-formula

Query language for JSON documents
http://opensource.adobe.com/json-formula/
Apache License 2.0
19 stars 8 forks source link

Minor typo in weekday spec #125

Closed Eswcvlad closed 6 months ago

Eswcvlad commented 6 months ago

3 : Monday (0), Tuesday (2), …., Sunday(6)

Tuesday should be 1 here.

JohnBrinkman commented 6 months ago

Ah. Looks like some copy/paste issue. I'll fix. Thanks.

JohnBrinkman commented 6 months ago

https://github.com/adobe/json-formula/pull/137